diff options
-rw-r--r-- | py/emitbc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/emitbc.c b/py/emitbc.c index ca5f07085b..85fc5f218b 100644 --- a/py/emitbc.c +++ b/py/emitbc.c @@ -448,7 +448,6 @@ void mp_emit_bc_label_assign(emit_t *emit, mp_uint_t l) { // should be emitted (until another unconditional flow control). emit->suppress = false; - mp_emit_bc_adjust_stack_size(emit, 0); if (emit->pass == MP_PASS_SCOPE) { return; } |