1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove deprecated rb_require_safe

This commit is contained in:
Jeremy Evans 2020-04-30 09:14:04 -07:00
parent 4a8acf4625
commit 5a9d2da76e
Notes: git 2020-05-01 02:33:10 +09:00
2 changed files with 0 additions and 18 deletions

View file

@ -32,7 +32,6 @@ int rb_provided(const char*);
int rb_feature_provided(const char *, const char **);
void rb_provide(const char*);
VALUE rb_f_require(VALUE, VALUE);
VALUE rb_require_safe(VALUE, int); /* Remove in 3.0 */
VALUE rb_require_string(VALUE);
RUBY3_SYMBOL_EXPORT_END()