Fixed Unused Variable

This commit is contained in:
Maieul BOYER 2024-07-22 13:12:55 +02:00
parent 9a6a1885e4
commit e55d725b56
No known key found for this signature in database

View file

@ -690,9 +690,6 @@ t_error build_sym_arithmetic_literal(t_parse_node self, t_const_str input, t_ast
t_error build_sym_arithmetic_parenthesized_expression(t_parse_node self, t_const_str input, t_ast_node *out)
{
t_usize i;
t_ast_node ret;
if (out == NULL)
return (ERROR);
if (ts_node_symbol(self) != sym_arithmetic_parenthesized_expression)