From ae5a45be6f0ee4d5c52b38fd28b22b55d9cd7b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 25 Jan 2018 17:08:18 +0100 Subject: hugolib: Remove unused code --- hugolib/fileInfo.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hugolib/fileInfo.go') 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 -} -- cgit v1.2.3