Remove unreachable code path.
authorNoah Campbell <noahcampbell@gmail.com>
Sat, 3 Aug 2013 17:14:24 +0000 (10:14 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Sat, 10 Aug 2013 00:36:32 +0000 (17:36 -0700)
hugolib/site.go

index a55b5457c4340a7376057282787df91d41eb7fec..4b21679b88f51557d18029aaeba7f8b899e34d52 100644 (file)
@@ -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)