Skip to content

Commit

Permalink
Remove unsed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Dec 2, 2019
1 parent 5334c63 commit 8a50115
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions parser/atx_heading.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a50115

Please sign in to comment.