remove bogus comments

This commit is contained in:
Miek Gieben 2013-12-05 09:56:15 +00:00
parent 186871d2a9
commit bae157c7ef
1 changed files with 0 additions and 2 deletions

View File

@ -563,7 +563,6 @@ func zlexer(s *scan, c chan lex) {
if t, ok := typeToInt(l.token); !ok {
l.token = "unknown RR type"
l.err = true
// no lexer debug
c <- l
return
} else {
@ -580,7 +579,6 @@ func zlexer(s *scan, c chan lex) {
if t, ok := classToInt(l.token); !ok {
l.token = "unknown class"
l.err = true
// no lexer debug
c <- l
return
} else {