diff --git a/lexer.go b/lexer.go index cbe0fde..57cb1cf 100644 --- a/lexer.go +++ b/lexer.go @@ -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