lex: remove old comment

This commit is contained in:
Matthias Schiffer 2015-04-04 20:39:24 +02:00
parent 61c3aa15c3
commit 18f88fc863

View file

@ -317,8 +317,6 @@ int lex_t::lex(parser_value_t *value) {
if (current() != '/')
return syntax_error(value);
///* fall-through */
//case '#':
while (next(true)) {
if (current() == '\n')
break;