mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
hugolib: Remove unused code
This commit is contained in:
@@ -478,12 +478,6 @@ func (h *HugoSites) createMissingPages() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (h *HugoSites) removePageByPathPrefix(path string) {
|
||||
for _, s := range h.Sites {
|
||||
s.removePageByPathPrefix(path)
|
||||
}
|
||||
}
|
||||
|
||||
func (h *HugoSites) removePageByPath(path string) {
|
||||
for _, s := range h.Sites {
|
||||
s.removePageByPath(path)
|
||||
|
Reference in New Issue
Block a user