1
0
Fork 0
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:
Nobuyoshi Nakada 2020-02-03 08:44:51 +09:00
parent fae537259d
commit 9a446fd7ba
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

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