From 89435793bc14e7434887b8559b993259837e161c Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 4 May 2010 04:27:19 +0000 Subject: * vm_insnhelper.c (argument_error): removed unused variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vm_insnhelper.c') diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 5e01712839..5051d00e1e 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -113,7 +113,6 @@ argument_error(const rb_iseq_t *iseq, int miss_argc, int correct_argc) if (iseq) { int line_no = 1; - const char *name; if (iseq->insn_info_size) { line_no = iseq->insn_info_table[0].line_no; -- cgit v1.2.3