Remove some unused vars

This commit is contained in:
Bjørn Erik Pedersen
2016-09-19 22:14:15 +02:00
parent 9c017e512e
commit 894b69dba5
2 changed files with 1 additions and 4 deletions

View File

@@ -237,8 +237,7 @@ func (p *Page) lineNumRawContentStart() int {
}
var (
internalSummaryDivider = []byte("HUGOMORE42")
internalSummaryDividerAndNewLines = []byte("HUGOMORE42\n\n")
internalSummaryDivider = []byte("HUGOMORE42")
)
// Returns the page as summary and main if a user defined split is provided.