aboutsummaryrefslogtreecommitdiff
path: root/src/tilde_stmt.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-08-21 11:15:16 +0100
committergingerBill <bill@gingerbill.org>2023-08-21 11:15:16 +0100
commit1631a2bac16898310e0dc25f03317d1b334cb2c6 (patch)
tree6d22085ea0d4205da323e677c2db0a8ed10f1d3a /src/tilde_stmt.cpp
parent0cb9908f27b9b6e28b968bd8abb7c5f46d203c97 (diff)
Update Tilde
Diffstat (limited to 'src/tilde_stmt.cpp')
-rw-r--r--src/tilde_stmt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tilde_stmt.cpp b/src/tilde_stmt.cpp
index bebafe098..e34b0ec4c 100644
--- a/src/tilde_stmt.cpp
+++ b/src/tilde_stmt.cpp
@@ -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);
}