summaryrefslogtreecommitdiff
path: root/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lex.c')
-rw-r--r--lex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lex.c b/lex.c
index 7384ca4..6fe78b3 100644
--- a/lex.c
+++ b/lex.c
@@ -256,7 +256,6 @@ static int lex_num(struct token *t)
static int lex_misc(struct token *t) {
int i = 0;
- int j = 0;
for (i = column; isalnum(buffer[i]); i++) {
;