diff options
| -rw-r--r-- | src/vm.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2055,9 +2055,6 @@ RETRY_TRY_BLOCK: else { struct REnv *e = MRB_PROC_ENV(proc); - if (e == mrb->c->cibase->env && proc != mrb->c->cibase->proc) { - goto L_BREAK_ERROR; - } if (e->cxt != mrb->c) { goto L_BREAK_ERROR; } |
