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:
parent
6060c3a4b6
commit
89435793bc
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue