diff options
Diffstat (limited to 'byterun/parsing.c')
-rw-r--r-- | byterun/parsing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/byterun/parsing.c b/byterun/parsing.c index 68e687ffd..2d90fa552 100644 --- a/byterun/parsing.c +++ b/byterun/parsing.c @@ -115,7 +115,6 @@ static char * token_name(char * names, int number) static void print_token(struct parser_tables *tables, int state, value tok) { - mlsize_t i; value v; if (Is_long(tok)) { |