Skip to content

Commit 4630806

Browse files
BeyondMagicCopilot
andcommitted
style(codegen): remove comment
Co-authored-by: Copilot <[email protected]>
1 parent 1bcf635 commit 4630806

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codegen_lua.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ static void emit_statement(FILE *out, const AstStmt *stmt, const FunctionTable *
289289
}
290290
}
291291

292-
/* resto do arquivo fica igual ao seu original */
293292

294293
static void emit_expression_expected(FILE *out, const AstExpr *expr, const FunctionTable *functions, TypeKind expected_type)
295294
{

0 commit comments

Comments
 (0)