Remove unused function

This commit is contained in:
yui-knk 2024-04-20 11:15:46 +09:00 committed by Yuichiro Kaneko
parent cee985ea83
commit af169472c7
2 changed files with 0 additions and 7 deletions

View file

@ -549,12 +549,6 @@ rb_ruby_parser_config(void)
return &rb_global_parser_config;
}
rb_parser_t *
rb_parser_params_allocate(void)
{
return rb_ruby_parser_allocate(&rb_global_parser_config);
}
rb_parser_t *
rb_parser_params_new(void)
{