hugolib: Remove unused code

This commit is contained in:
Bjørn Erik Pedersen
2016-03-14 15:41:03 +01:00
parent c21dc16dbe
commit dea185aa9b
8 changed files with 9 additions and 90 deletions

View File

@@ -182,12 +182,6 @@ menu:
Front Matter with Menu with Identifier`, title, menu, identifier))
}
type testMenuState struct {
site *Site
oldMenu interface{}
oldBaseURL interface{}
}
// Issue 817 - identifier should trump everything
func TestPageMenuWithIdentifier(t *testing.T) {