Removed unused constant in stack.c

This commit is contained in:
Max Brunsfeld 2014-03-26 20:50:55 -07:00
parent 05e16a8c46
commit d957021982

View file

@ -2,7 +2,6 @@
#include <string.h>
typedef int state_id;
static const state_id ts_lex_state_error = -1;
typedef struct {
size_t size;