summaryrefslogtreecommitdiff
path: root/include/ruby/3
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2020-04-30 09:14:04 -0700
committerJeremy Evans <code@jeremyevans.net>2020-04-30 10:32:27 -0700
commit5a9d2da76e89412cc3d13d4197f624a620f85393 (patch)
tree316ba1a7b9bce9bec9e990fe2fac4f0b9c6b5196 /include/ruby/3
parent4a8acf46258e1b6fb57e75e4461f9e4895064bda (diff)
Remove deprecated rb_require_safe
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3071
Diffstat (limited to 'include/ruby/3')
-rw-r--r--include/ruby/3/intern/load.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/3/intern/load.h b/include/ruby/3/intern/load.h
index 1a1dfb001e..6baf6b72b6 100644
--- a/include/ruby/3/intern/load.h
+++ b/include/ruby/3/intern/load.h
@@ -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()