aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-09-30 10:42:11 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-09-30 12:29:29 +0900
commit129d0068524e88bc7bb180590984ce363e84deb1 (patch)
treef2eb1193e67051e956a3d363c3c422e6b917a75e /compile.c
parent83af0b912826e5df03e089061160fb03c3878f7f (diff)
downloadruby-129d0068524e88bc7bb180590984ce363e84deb1.tar.gz
Remove not used fields from argument nodes
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compile.c b/compile.c
index 3b4624d0b4..8cb1209138 100644
--- a/compile.c
+++ b/compile.c
@@ -8271,8 +8271,6 @@ compile_builtin_mandatory_only_method(rb_iseq_t *iseq, const NODE *node, const N
};
rb_node_args_t args_node;
rb_node_init(RNODE(&args_node), NODE_ARGS);
- args_node.not_used = 0;
- args_node.not_used2 = 0;
args_node.nd_ainfo = &args;
// local table without non-mandatory parameters