Revert "Don't export rb_callable_receiver"

This reverts commit c839168b1141db53bedef771d1bc78908b6ac782.
`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 */