diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-11-29 11:43:39 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-11-29 11:44:07 +0900 |
| commit | 6bb5ad786c7a4d70110e4613dea80cf4fadf68aa (patch) | |
| tree | 6b98b3e48ac23380a0fdf3a23d4c0e98a851a011 /src | |
| parent | 597149ae23916a5b0ce616565cbbe7bd97142a63 (diff) | |
| download | mruby-6bb5ad786c7a4d70110e4613dea80cf4fadf68aa.tar.gz mruby-6bb5ad786c7a4d70110e4613dea80cf4fadf68aa.zip | |
Remove unnecessary code; ref #3711
Diffstat (limited to 'src')
| -rw-r--r-- | src/vm.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1908,12 +1908,8 @@ RETRY_TRY_BLOCK: } /* call ensure only when we skip this callinfo */ if (ci[0].ridx == ci[-1].ridx) { - mrb_value *org_stbase = mrb->c->stbase; while (mrb->c->eidx > ci->epos) { ecall_adjust(); - if (org_stbase != mrb->c->stbase) { - stk = mrb->c->stack; - } } } } |
