Fixed Unused Variable
This commit is contained in:
parent
9a6a1885e4
commit
e55d725b56
1 changed files with 0 additions and 3 deletions
|
|
@ -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_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)
|
if (out == NULL)
|
||||||
return (ERROR);
|
return (ERROR);
|
||||||
if (ts_node_symbol(self) != sym_arithmetic_parenthesized_expression)
|
if (ts_node_symbol(self) != sym_arithmetic_parenthesized_expression)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue