Remove code related to old error recovery function

This commit is contained in:
Max Brunsfeld 2014-03-24 13:16:50 -07:00
parent 48baf056b4
commit 9cb92a0a96
3 changed files with 0 additions and 39 deletions

View file

@ -71,7 +71,6 @@ namespace tree_sitter {
std::vector<ParseState> states;
std::set<rules::Symbol> symbols;
std::map<ParseStateId, std::pair<ParseStateId, std::set<rules::Symbol>>> error_table;
};
}