mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
hugolib: Remove unused code
This commit is contained in:
@@ -43,13 +43,6 @@ func must(err error) {
|
||||
}
|
||||
}
|
||||
|
||||
func mustReturn(ret *Page, err error) *Page {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
return ret
|
||||
}
|
||||
|
||||
type InMemoryAliasTarget struct {
|
||||
target.HTMLRedirectAlias
|
||||
files map[string][]byte
|
||||
|
Reference in New Issue
Block a user