summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2022-11-28 18:54:16 +0900
committerYuichiro Kaneko <[email protected]>2022-11-29 15:39:56 +0900
commit8be62f06c8e583578aa3b8ffc4bf02e3273248df ()
treeb0227f808a36dab6fd12d1b690fc2e767c61ebc7 /node.h
parentbb6f933d51ae4c663a1d768508fc840c56be07a3 (diff)
Remove ruby2_keywords related to args forwarding
This was introduced by b609bdeb5307e280137b4b2838af0fe4e4b46f1c to suppress warnings. However these warngins were deleted by beae6cbf0fd8b6619e5212552de98022d4c4d4d4. Therefore these codes are not needed anymore.
Notes: Merged: https://.com/ruby/ruby/pull/6826
-rw-r--r--node.h1
1 files changed, 0 insertions, 1 deletions
@@ -462,7 +462,6 @@ struct rb_args_info {
NODE *opt_args;
unsigned int no_kwarg: 1;
- unsigned int ruby2_keywords: 1;
unsigned int forwarding: 1;
VALUE imemo;