mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Remove unreachable code path.
This commit is contained in:
parent
0595f27e6d
commit
fa55cd9857
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue