From d957021982a168832e0824877d69b693dbff489b Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 26 Mar 2014 20:50:55 -0700 Subject: [PATCH] Removed unused constant in stack.c --- src/runtime/stack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/stack.c b/src/runtime/stack.c index 0a0858d0..ec4d8476 100644 --- a/src/runtime/stack.c +++ b/src/runtime/stack.c @@ -2,7 +2,6 @@ #include typedef int state_id; -static const state_id ts_lex_state_error = -1; typedef struct { size_t size;