diff options
author | Jeremy Evans <[email protected]> | 2020-02-09 19:06:57 -0800 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2020-02-11 08:46:44 -0800 |
commit | 50065dad7f955cd069e43a83793a7ca3cff96b26 () | |
tree | 22b86c8edbc9cf954cc3369f3c35cb929f9e6d39 /include/ruby/intern.h | |
parent | de3883e7823c89ce90d7661ef5bb3b7eb60968db (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: Merged: https://.com/ruby/ruby/pull/2899
-rw-r--r-- | include/ruby/intern.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |