mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
Remove unreachable code path.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user