mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
struct rb_scan_args_t::vargs
is never used
This commit is contained in:
parent
fae537259d
commit
9a446fd7ba
1 changed files with 0 additions and 1 deletions
1
class.c
1
class.c
|
@ -1954,7 +1954,6 @@ rb_get_kwargs(VALUE keyword_hash, const ID *table, int required, int optional, V
|
|||
struct rb_scan_args_t {
|
||||
int argc;
|
||||
const VALUE *argv;
|
||||
va_list vargs;
|
||||
int f_var;
|
||||
int f_hash;
|
||||
int f_block;
|
||||
|
|
Loading…
Add table
Reference in a new issue