Skip to content

Commit 1c4080c

Browse files
BeyondMagicCopilot
andauthored
style(semantic): remove comment
Co-authored-by: Copilot <[email protected]>
1 parent 99f4f80 commit 1c4080c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/semantic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ static TypeKind analyze_expression(SemanticInfo *info, SymbolTable *symbols, Ast
453453
{
454454
symbol->stmt_ref->data.decl.is_used = 1;
455455
}
456-
// ---------------------------
457456

458457
expr->type = symbol->type;
459458
return expr->type;

0 commit comments

Comments
 (0)