aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2024-04-20 11:15:46 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2024-04-20 19:30:26 +0900
commitaf169472c791c1ed97f8e4397c0b8628dc6a6c50 (patch)
tree7cf391ae6865e8a806d37183e4c55d2cd8038191 /internal
parentcee985ea8366282ae8e457de6a1b22586a5e36d5 (diff)
downloadruby-af169472c791c1ed97f8e4397c0b8628dc6a6c50.tar.gz
Remove unused function
Diffstat (limited to 'internal')
-rw-r--r--internal/ruby_parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/ruby_parser.h b/internal/ruby_parser.h
index f0cec86668..2559724480 100644
--- a/internal/ruby_parser.h
+++ b/internal/ruby_parser.h
@@ -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);