Remove unused InProgressSymbolEntry typedef

This commit is contained in:
Max Brunsfeld 2016-05-16 12:46:29 -07:00
parent 77e0e4bb16
commit 31cc6e6f9c

View file

@ -82,11 +82,6 @@ typedef union {
unsigned int count;
} TSParseActionEntry;
typedef union {
TSSymbol symbol;
unsigned short count;
} TSInProgressSymbolEntry;
struct TSLanguage {
size_t symbol_count;
const char **symbol_names;