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

@ -12,7 +12,6 @@
RUBY_SYMBOL_EXPORT_BEGIN
#ifdef UNIVERSAL_PARSER
const rb_parser_config_t *rb_ruby_parser_config(void);
rb_parser_t *rb_parser_params_allocate(void);
rb_parser_t *rb_parser_params_new(void);
#endif
VALUE rb_parser_set_context(VALUE, const struct rb_iseq_struct *, int);

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)
{