summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2020-02-09 19:06:57 -0800
committerJeremy Evans <code@jeremyevans.net>2020-02-11 08:46:44 -0800
commit50065dad7f955cd069e43a83793a7ca3cff96b26 (patch)
tree22b86c8edbc9cf954cc3369f3c35cb929f9e6d39 /include
parentde3883e7823c89ce90d7661ef5bb3b7eb60968db (diff)
Remove rb_eval_cmd
This was related to $SAFE, and was deprecated in 2.7. I missed it earlier when removing the other $SAFE-related code.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2899
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index ecceef3594..944f43313f 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -434,7 +434,6 @@ void rb_alias(VALUE, ID, ID);
void rb_attr(VALUE,ID,int,int,int);
int rb_method_boundp(VALUE, ID, int);
int rb_method_basic_definition_p(VALUE, ID);
-VALUE rb_eval_cmd(VALUE, VALUE, int);
VALUE rb_eval_cmd_kw(VALUE, VALUE, int);
int rb_obj_respond_to(VALUE, ID, int);
int rb_respond_to(VALUE, ID);