Remove nonexist declarations

These functions were removed by 33c1e082d0807db403a2d93cbf0a094c911.
This commit is contained in:
yui-knk 2024-08-25 16:42:45 +09:00 committed by Yuichiro Kaneko
parent 76e0ea28ea
commit 2e07c13049
Notes: git 2024-08-26 00:09:11 +00:00

View File

@ -1326,9 +1326,6 @@ rb_parser_t *rb_ruby_parser_allocate(const rb_parser_config_t *config);
rb_parser_t *rb_ruby_parser_new(const rb_parser_config_t *config);
#endif
long rb_parser_string_length(rb_parser_string_t *str);
char *rb_parser_string_pointer(rb_parser_string_t *str);
RUBY_SYMBOL_EXPORT_END
#endif /* RUBY_RUBYPARSER_H */