Skip to content

Commit

Permalink
Update src/evaluate.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Dec 6, 2023
1 parent 70a574e commit b91fb83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/evaluate.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ static bool evaluate_condition(const AstExpression *expr)


// returns the statements to replace if statement with
// TODO: don't leak memory
static AstBody evaluate_compile_time_if_statement(AstIfStatement *if_stmt)
{
AstBody *result = &if_stmt->elsebody;
Expand Down

0 comments on commit b91fb83

Please sign in to comment.