diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-04-04 20:39:24 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-04-04 20:39:24 +0200 |
commit | 18f88fc863ffc4c3cc6bb30433228a0e889b2647 (patch) | |
tree | 2dc53aaf57846e0067eea3a252309e1e7dd2e6a9 | |
parent | 61c3aa15c347624cb3c4a3106235d061e718ccad (diff) | |
download | solar-18f88fc863ffc4c3cc6bb30433228a0e889b2647.tar solar-18f88fc863ffc4c3cc6bb30433228a0e889b2647.zip |
lex: remove old comment
-rw-r--r-- | src/lex.cpp | 2 |
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; |