Clean up parser.h

This commit is contained in:
Max Brunsfeld 2014-02-27 00:06:22 -08:00
parent 0d4687bdad
commit 926b4ef242
4 changed files with 33 additions and 39 deletions

View file

@ -253,7 +253,6 @@ namespace tree_sitter {
"LEX_FN() {",
indent("START_LEXER();"),
indent(switch_on_lex_state()),
indent("FINISH_LEXER();"),
"}"
});
}