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
commit69a0084541034a9b62e635091b3d489bae0fc407 (patch)
treee5b87fb3cbe03299b6cfc716255cf1785309279d /vm_insnhelper.c
parent89cc2aef81289d41de7971e84ade189140ea8672 (diff)
* vm_insnhelper.c (vm_call_bmethod): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@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;