Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 20, 2024
1 parent cee985e commit 01ea038
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion internal/ruby_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
6 changes: 0 additions & 6 deletions ruby_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 01ea038

Please sign in to comment.