summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/vm.c b/vm.c
index d9173ac1bd..6a4ca3e75c 100644
--- a/vm.c
+++ b/vm.c
@@ -1093,11 +1093,6 @@ vm_exec(rb_thread_t *th)
err = th->errinfo;
- if (state == TAG_RAISE) {
- if (OBJ_FROZEN(err)) rb_exc_raise(err);
- rb_ivar_set(err, idThrowState, INT2FIX(state));
- }
-
exception_handler:
cont_pc = cont_sp = catch_iseqval = 0;