mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Remove unsed variables
This commit is contained in:
parent
5334c63923
commit
8a50115f03
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue