mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-14 07:01:25 -07:00
Update Tilde
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user