Removed unused field on reduce parse actions

This commit is contained in:
Max Brunsfeld 2014-05-01 23:29:01 -07:00
parent 3a50171249
commit 5708a181c2

View file

@ -182,7 +182,6 @@ typedef struct {
struct {
ts_symbol symbol;
int child_count;
const int *collapse_flags;
};
} data;
} ts_parse_action;