Remove unnecessary public START and END constants
This commit is contained in:
parent
5eb5b61c14
commit
3ca2e126be
7 changed files with 8 additions and 13 deletions
|
|
@ -61,8 +61,6 @@ namespace tree_sitter {
|
|||
void add_action(size_t state_index, std::string symbol_name, ParseAction action);
|
||||
void add_default_action(size_t state_index, ParseAction action);
|
||||
|
||||
static const std::string START;
|
||||
static const std::string END_OF_INPUT;
|
||||
std::vector<ParseState> states;
|
||||
std::unordered_set<std::string> symbol_names;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue