summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2020-01-17 11:36:52 -0800
committerJeremy Evans <code@jeremyevans.net>2020-01-22 09:09:47 -0800
commite91c39f1c0f7d5e670266d9593d533fd444957f6 (patch)
treebf6b715bb789f3b838110117aec773e3c3a10c19 /inits.c
parent461db352c22c0ffb5c0db295238f97f44168e6cc (diff)
downloadruby-e91c39f1c0f7d5e670266d9593d533fd444957f6.tar.gz
Remove special handling of $SAFE and related C-APIs
These were all deprecated in Ruby 2.7.
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/inits.c b/inits.c
index b313d1dd10..91c916deec 100644
--- a/inits.c
+++ b/inits.c
@@ -37,7 +37,6 @@ rb_call_inits(void)
CALL(String);
CALL(Exception);
CALL(eval);
- CALL(safe);
CALL(jump);
CALL(Numeric);
CALL(Bignum);