mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove unused function
This commit is contained in:
parent
cee985ea83
commit
af169472c7
2 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue