commit d51fce8616d362c73c93fb2d29d1b3a9d9e22603 parent 32a0b1223e4ab66e8fc8e26a48029e26e829699b Author: Drew DeVault <sir@cmpwn.com> Date: Thu, 8 Oct 2020 13:03:16 -0400 lex: remove unnecessary consume Diffstat:
M | src/lex.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/lex.c b/src/lex.c @@ -507,7 +507,6 @@ lex(struct lexer *lexer, struct token *out) assert(0); // TODO: Operators } - consume(lexer, 1); return c; }