From: Noah Campbell Date: Sat, 3 Aug 2013 17:14:24 +0000 (-0700) Subject: Remove unreachable code path. X-Git-Tag: v0.9~171^2~1^2~6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fa55cd98575185d1e86b3de48796aeb424f8933a;p=brevno-suite%2Fhugo Remove unreachable code path. --- diff --git a/hugolib/site.go b/hugolib/site.go index a55b5457..4b21679b 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -176,7 +176,6 @@ func (s *Site) initialize() { site.Files = append(site.Files, path) return nil } - return nil } filepath.Walk(s.c.GetAbsPath(s.c.ContentDir), walker)