summaryrefslogtreecommitdiff
path: root/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'class.c')
-rw-r--r--class.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/class.c b/class.c
index 16b4a44e5f..7cb31b6447 100644
--- a/class.c
+++ b/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;