struct rb_scan_args_t::vargs
is never used
This commit is contained in:
parent
fae537259d
commit
9a446fd7ba
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 {
|
struct rb_scan_args_t {
|
||||||
int argc;
|
int argc;
|
||||||
const VALUE *argv;
|
const VALUE *argv;
|
||||||
va_list vargs;
|
|
||||||
int f_var;
|
int f_var;
|
||||||
int f_hash;
|
int f_hash;
|
||||||
int f_block;
|
int f_block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user