diff options
author | yui-knk <[email protected]> | 2024-04-09 08:13:19 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-04-09 09:58:05 +0900 |
commit | 4dbd9c7fec18fe9dcde8aeb58d7df7997fc8b266 (patch) | |
tree | 5fb02141ca18f15b3f9b02c8c6e1d4694ba5b47b /universal_parser.c | |
parent | 3d73cd752f5dbdff4c77c57d011ca7f8d783c8ba (diff) |
Remove unused function from `struct rb_parser_config_struct`
Diffstat (limited to 'universal_parser.c')
-rw-r--r-- | universal_parser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/universal_parser.c b/universal_parser.c index b8b1cb9f84..ecbc242f08 100644 --- a/universal_parser.c +++ b/universal_parser.c @@ -95,8 +95,6 @@ #undef rb_ary_new_from_args #define rb_ary_new_from_args p->config->ary_new_from_args #define rb_ary_unshift p->config->ary_unshift -#undef rb_ary_new2 -#define rb_ary_new2 p->config->ary_new2 #define rb_ary_modify p->config->ary_modify #undef RARRAY_LEN #define RARRAY_LEN p->config->array_len |