summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm.c b/vm.c
index 0658187406..00689dcde3 100644
--- a/vm.c
+++ b/vm.c
@@ -1837,8 +1837,6 @@ Init_VM(void)
GetISeqPtr(iseqval, iseq);
th->cfp->iseq = iseq;
th->cfp->pc = iseq->iseq_encoded;
- (th->cfp+1)->iseq = iseq;
- (th->cfp+1)->pc = iseq->iseq_encoded;
}
vm_init_redefined_flag();
}