summaryrefslogtreecommitdiffstats
path: root/src/lex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex.cpp')
-rw-r--r--src/lex.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lex.cpp b/src/lex.cpp
index 05a0a9d..7a3fb6a 100644
--- a/src/lex.cpp
+++ b/src/lex.cpp
@@ -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;