lex: remove old comment
This commit is contained in:
parent
61c3aa15c3
commit
18f88fc863
1 changed files with 0 additions and 2 deletions
|
@ -317,8 +317,6 @@ int lex_t::lex(parser_value_t *value) {
|
||||||
if (current() != '/')
|
if (current() != '/')
|
||||||
return syntax_error(value);
|
return syntax_error(value);
|
||||||
|
|
||||||
///* fall-through */
|
|
||||||
//case '#':
|
|
||||||
while (next(true)) {
|
while (next(true)) {
|
||||||
if (current() == '\n')
|
if (current() == '\n')
|
||||||
break;
|
break;
|
||||||
|
|
Reference in a new issue