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:
parent
cdc4084b0a
commit
62abdbadf2
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue