hugolib: Remove unused code

This commit is contained in:
Bjørn Erik Pedersen
2018-01-25 17:08:18 +01:00
parent 4d912e2aad
commit ae5a45be6f
9 changed files with 2 additions and 105 deletions

View File

@@ -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)