1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Revert "Don't export rb_callable_receiver"

This reverts commit c839168b11.
`rb_callable_receiver` does not need to be exposed under include.
This commit is contained in:
Nobuyoshi Nakada 2020-10-07 11:06:50 +09:00
parent cdc4084b0a
commit 62abdbadf2
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -50,6 +50,4 @@ VALUE rb_protect(VALUE (*)(VALUE), VALUE, int*);
RBIMPL_SYMBOL_EXPORT_END()
VALUE rb_callable_receiver(VALUE);
#endif /* RBIMPL_INTERN_PROC_H */