Update Tilde

This commit is contained in:
gingerBill
2023-08-21 11:15:16 +01:00
parent 0cb9908f27
commit 1631a2bac1
4 changed files with 10 additions and 11 deletions
-1
View File
@@ -958,7 +958,6 @@ gb_internal void cg_emit_defer_stmts(cgProcedure *p, cgDeferExitKind kind, TB_No
gb_internal void cg_scope_open(cgProcedure *p, Scope *scope) {
// TODO(bill): debug scope information
p->scope_index += 1;
array_add(&p->scope_stack, scope);
}