Removed unused constant in stack.c
This commit is contained in:
parent
05e16a8c46
commit
d957021982
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue