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

rb_clear_method_cache_by_class: no longer exist

It is questionable whether we can change a public API but this function
does not exist today.  No way.
This commit is contained in:
卜部昌平 2021-02-04 12:34:19 +09:00
parent 33d6e92e0c
commit b0d6563f13

View file

@ -52,7 +52,6 @@ void rb_define_alloc_func(VALUE, rb_alloc_func_t);
void rb_undef_alloc_func(VALUE);
rb_alloc_func_t rb_get_alloc_func(VALUE);
void rb_clear_constant_cache(void);
void rb_clear_method_cache_by_class(VALUE);
void rb_alias(VALUE, ID, ID);
void rb_attr(VALUE,ID,int,int,int);
int rb_method_boundp(VALUE, ID, int);