mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 17:43:59 +02:00
* 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
This commit is contained in:
parent
2953f078bb
commit
d42a249334
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,
|
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)
|
const rb_block_t *blockptr, const rb_method_entry_t *me)
|
||||||
{
|
{
|
||||||
rb_control_frame_t *cfp = th->cfp;
|
|
||||||
rb_proc_t *proc;
|
rb_proc_t *proc;
|
||||||
VALUE val;
|
VALUE val;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue