ruby-changes:15692
From: nobu <ko1@a...>
Date: Tue, 4 May 2010 13:28:44 +0900 (JST)
Subject: [ruby-changes:15692] Ruby:r27612 (trunk): * vm_insnhelper.c (argument_error): removed unused variable.
nobu 2010-05-04 13:27:19 +0900 (Tue, 04 May 2010) New Revision: 27612 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27612 Log: * vm_insnhelper.c (argument_error): removed unused variable. Modified files: trunk/vm_insnhelper.c Index: vm_insnhelper.c =================================================================== --- vm_insnhelper.c (revision 27611) +++ vm_insnhelper.c (revision 27612) @@ -113,7 +113,6 @@ if (iseq) { int line_no = 1; - const char *name; if (iseq->insn_info_size) { line_no = iseq->insn_info_table[0].line_no; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/