mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
89cc2aef81
commit
69a0084541
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue