Remove unnecessary public START and END constants

This commit is contained in:
Max Brunsfeld 2014-01-25 20:47:08 -08:00
parent 5eb5b61c14
commit 3ca2e126be
7 changed files with 8 additions and 13 deletions

View file

@ -72,7 +72,6 @@ namespace tree_sitter {
for (auto pair : extractor.tokens)
tokens.insert(pair);
tokens.insert({ "__END__", character('\0') });
return {
Grammar(input_grammar.start_rule_name, rules),