From 8a50115f036e9f015f7800840a874a37751e957b Mon Sep 17 00:00:00 2001 From: yuin Date: Mon, 2 Dec 2019 18:26:06 +0900 Subject: [PATCH] Remove unsed variables --- parser/atx_heading.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/parser/atx_heading.go b/parser/atx_heading.go index 91dc005..c539427 100644 --- a/parser/atx_heading.go +++ b/parser/atx_heading.go @@ -186,8 +186,6 @@ func (b *atxHeadingParser) CanAcceptIndentedLine() bool { return false } -var attrAutoHeadingIDPrefix = []byte("heading") - func generateAutoHeadingID(node *ast.Heading, reader text.Reader, pc Context) { var line []byte lastIndex := node.Lines().Len() - 1