diff options
author | Jeremy Evans <[email protected]> | 2020-04-30 09:14:04 -0700 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2020-04-30 10:32:27 -0700 |
commit | 5a9d2da76e89412cc3d13d4197f624a620f85393 () | |
tree | 316ba1a7b9bce9bec9e990fe2fac4f0b9c6b5196 /include/ruby/3/intern | |
parent | 4a8acf46258e1b6fb57e75e4461f9e4895064bda (diff) |
Remove deprecated rb_require_safe
Notes: Merged: https://.com/ruby/ruby/pull/3071
-rw-r--r-- | include/ruby/3/intern/load.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() |