Skip to content

Commit

Permalink
Cleaning up lexer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotylev authored Oct 12, 2023
1 parent d3f63e1 commit e36ffc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ loop:
case '=', ':', '/':
if t.qualifier != qErr {
t.mechanism = tokenTypeFromString(l.input[l.start : cursor-size])
//t.key = l.input[l.start : cursor-size]
p := cursor
if ch == '/' { // special case for (mx|a) dual-cidr-length
p = cursor - size
Expand Down

0 comments on commit e36ffc3

Please sign in to comment.