From fa55cd98575185d1e86b3de48796aeb424f8933a Mon Sep 17 00:00:00 2001 From: Noah Campbell Date: Sat, 3 Aug 2013 10:14:24 -0700 Subject: [PATCH] Remove unreachable code path. --- hugolib/site.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hugolib/site.go b/hugolib/site.go index a55b5457c..4b21679b8 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)