summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2024-04-09 08:13:19 +0900
committerYuichiro Kaneko <[email protected]>2024-04-09 09:58:05 +0900
commit4dbd9c7fec18fe9dcde8aeb58d7df7997fc8b266 (patch)
tree5fb02141ca18f15b3f9b02c8c6e1d4694ba5b47b /ruby_parser.c
parent3d73cd752f5dbdff4c77c57d011ca7f8d783c8ba (diff)
Remove unused function from `struct rb_parser_config_struct`
Diffstat (limited to 'ruby_parser.c')
-rw-r--r--ruby_parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby_parser.c b/ruby_parser.c
index 76dfa3b7be..2d914e865b 100644
--- a/ruby_parser.c
+++ b/ruby_parser.c
@@ -435,7 +435,6 @@ static const rb_parser_config_t rb_global_parser_config = {
.ary_push = rb_ary_push,
.ary_new_from_args = rb_ary_new_from_args,
.ary_unshift = rb_ary_unshift,
- .ary_new2 = rb_ary_new2,
.ary_modify = rb_ary_modify,
.array_len = rb_array_len,
.array_aref = RARRAY_AREF,