removed fork terminator

This commit is contained in:
Maieul BOYER 2024-07-22 13:19:59 +02:00
parent e55d725b56
commit 4a39152144
No known key found for this signature in database
3 changed files with 2 additions and 7 deletions

View file

@ -473,8 +473,6 @@ t_ast_terminator_kind _select_term(t_parse_node node)
t_symbol symbol;
symbol = ts_node_grammar_symbol(ts_node_child(node, 0));
if (symbol == anon_sym_AMP)
return (AST_TERM_FORK);
if (symbol == anon_sym_SEMI)
return (AST_TERM_SEMI);
if (symbol == anon_sym_SEMI_SEMI)