From e36ffc3e55d331856454a6e4696c0925da82bee9 Mon Sep 17 00:00:00 2001 From: Dmitry Motylev <156671+dmotylev@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:58:08 +0100 Subject: [PATCH] Cleaning up lexer.go --- lexer.go | 1 - 1 file changed, 1 deletion(-) 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