summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 16:22:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 16:22:33 +0000
commitd42a249334ab4884db0162d4562b34ab9c7965c1 (patch)
treeb996325f56ec053d9251f266eddda45613b2ef16 /vm_insnhelper.c
parent2953f078bbf01b92eee7d041ee9bd1cfa9edf7c3 (diff)
* vm_insnhelper.c (vm_call_bmethod): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index be084b4126..4f041a9465 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -415,7 +415,6 @@ static inline VALUE
vm_call_bmethod(rb_thread_t *th, VALUE recv, int argc, const VALUE *argv,
const rb_block_t *blockptr, const rb_method_entry_t *me)
{
- rb_control_frame_t *cfp = th->cfp;
rb_proc_t *proc;
VALUE val;