summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 03:44:53 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 03:44:53 +0000
commitb90e7414ceb911bc714389294164418528ab90b9 (patch)
treee83a8ccb64215a24c40ef427345367f4024ac52b /vm.c
parente7ac333ba841e774911eac23ffb680ab3de7a993 (diff)
* vm.c (Init_VM): remove unused code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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();
}