hugolib: Remove unused code

This commit is contained in:
Bjørn Erik Pedersen
2018-01-25 17:08:18 +01:00
parent 4d912e2aad
commit ae5a45be6f
9 changed files with 2 additions and 105 deletions

View File

@@ -103,7 +103,3 @@ func (b bundleDirType) String() string {
return ""
}
func (b bundleDirType) isBundle() bool {
return b > bundleNot
}