mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
parser: Remove unused vars
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user