mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +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)
|
site.Files = append(site.Files, path)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
filepath.Walk(s.c.GetAbsPath(s.c.ContentDir), walker)
|
filepath.Walk(s.c.GetAbsPath(s.c.ContentDir), walker)
|
||||||
|
Reference in New Issue
Block a user