mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parser: Remove unused vars
This commit is contained in:
parent
6dbae7b671
commit
b71f391cd7
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@ var (
|
|||
delims = regexp.MustCompile(
|
||||
"^(" + regexp.QuoteMeta(YAMLDelim) + `\s*\n|` + regexp.QuoteMeta(TOMLDelim) + `\s*\n|` + regexp.QuoteMeta(JSONLead) + ")",
|
||||
)
|
||||
unixEnding = []byte("\n")
|
||||
dosEnding = []byte("\r\n")
|
||||
)
|
||||
|
||||
// Page represents a parsed content page.
|
||||
|
|
Loading…
Reference in a new issue