ruby-changes:59908
From: Nobuyoshi <ko1@a...>
Date: Mon, 3 Feb 2020 10:27:12 +0900 (JST)
Subject: [ruby-changes:59908] 9a446fd7ba (master): `struct rb_scan_args_t::vargs` is never used
https://git.ruby-lang.org/ruby.git/commit/?id=9a446fd7ba From 9a446fd7ba73d9b74765a04fa745798af50c6d2e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 3 Feb 2020 08:44:51 +0900 Subject: `struct rb_scan_args_t::vargs` is never used diff --git a/class.c b/class.c index 16b4a44..7cb31b6 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 https://github.com/ruby/ruby/blob/trunk/class.c#L1954 struct rb_scan_args_t { int argc; const VALUE *argv; - va_list vargs; int f_var; int f_hash; int f_block; -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/