summaryrefslogtreecommitdiffstats
path: root/hugolib/fileInfo.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/fileInfo.go')
-rw-r--r--hugolib/fileInfo.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/hugolib/fileInfo.go b/hugolib/fileInfo.go
index 14dd8dbf9..582d2be8c 100644
--- a/hugolib/fileInfo.go
+++ b/hugolib/fileInfo.go
@@ -103,7 +103,3 @@ func (b bundleDirType) String() string {
return ""
}
-
-func (b bundleDirType) isBundle() bool {
- return b > bundleNot
-}