Remove unused tree state constant

This commit is contained in:
Max Brunsfeld 2016-06-27 14:39:12 -07:00
parent 8c26d99353
commit d554fab5b5
3 changed files with 5 additions and 11 deletions

View file

@ -500,7 +500,7 @@ static Reduction ts_parser__reduce(TSParser *self, StackVersion version,
if (fragile || self->is_split || initial_version_count > 1) {
parent->fragile_left = true;
parent->fragile_right = true;
parent->parse_state = TS_TREE_STATE_ERROR;
parent->parse_state = TS_TREE_STATE_NONE;
} else {
parent->parse_state = state;
}