1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2010-05-04 04:27:19 +00:00
parent 6060c3a4b6
commit 89435793bc

View file

@ -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;