shithub: hugo

Download patch

ref: fa55cd98575185d1e86b3de48796aeb424f8933a
parent: 0595f27e6d442ca851e3cf065a95f5e3471c6be6
author: Noah Campbell <[email protected]>
date: Sat Aug 3 06:14:24 EDT 2013

Remove unreachable code path.

--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -176,7 +176,6 @@
 			site.Files = append(site.Files, path)
 			return nil
 		}
-		return nil
 	}
 
 	filepath.Walk(s.c.GetAbsPath(s.c.ContentDir), walker)