Skip to content

Commit

Permalink
Revert "Don't export rb_callable_receiver"
Browse files Browse the repository at this point in the history
This reverts commit c839168.
`rb_callable_receiver` does not need to be exposed under include.
  • Loading branch information
nobu committed Oct 7, 2020
1 parent cdc4084 commit 62abdba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/ruby/internal/intern/proc.h
Expand Up @@ -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 */

0 comments on commit 62abdba

Please sign in to comment.