kw_rest_arg nd_cflag has not been used since 9720136

This commit is contained in:
yui-knk 2023-08-24 21:58:51 +09:00 committed by Yuichiro Kaneko
parent 96a809f621
commit cfdbbd6726
Notes: git 2023-08-25 23:45:24 +00:00

View File

@ -12737,7 +12737,6 @@ new_args_tail(struct parser_params *p, NODE *kw_args, ID kw_rest_arg, ID block,
if (block) arg_var(p, block);
args->kw_rest_arg = NEW_DVAR(kw_rest_arg, kw_rest_loc);
args->kw_rest_arg->nd_cflag = kw_bits;
}
else if (kw_rest_arg == idNil) {
args->no_kwarg = 1;