ruby-changes:15755
From: nobu <ko1@a...>
Date: Sun, 9 May 2010 01:22:44 +0900 (JST)
Subject: [ruby-changes:15755] Ruby:r27683 (ruby_1_9_2, trunk): * vm_insnhelper.c (vm_call_bmethod): removed unused variable.
nobu 2010-05-09 01:22:33 +0900 (Sun, 09 May 2010) New Revision: 27683 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27683 Log: * vm_insnhelper.c (vm_call_bmethod): removed unused variable. Modified files: branches/ruby_1_9_2/vm_insnhelper.c trunk/vm_insnhelper.c Index: vm_insnhelper.c =================================================================== --- vm_insnhelper.c (revision 27682) +++ vm_insnhelper.c (revision 27683) @@ -415,7 +415,6 @@ 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; Index: ruby_1_9_2/vm_insnhelper.c =================================================================== --- ruby_1_9_2/vm_insnhelper.c (revision 27682) +++ ruby_1_9_2/vm_insnhelper.c (revision 27683) @@ -415,7 +415,6 @@ 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; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/