Remove unused function rb_cc_table_free
This commit is contained in:
parent
c9ed59c2e2
commit
ae8db4b65a
6
gc.c
6
gc.c
@ -3386,12 +3386,6 @@ cvar_table_free_i(VALUE value, void * ctx)
|
|||||||
return ID_TABLE_CONTINUE;
|
return ID_TABLE_CONTINUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
rb_cc_table_free(VALUE klass)
|
|
||||||
{
|
|
||||||
cc_table_free(&rb_objspace, klass, TRUE);
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
make_zombie(rb_objspace_t *objspace, VALUE obj, void (*dfree)(void *), void *data)
|
make_zombie(rb_objspace_t *objspace, VALUE obj, void (*dfree)(void *), void *data)
|
||||||
{
|
{
|
||||||
|
@ -309,9 +309,6 @@ rb_clear_method_cache(VALUE klass_or_module, ID mid)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// gc.c
|
|
||||||
void rb_cc_table_free(VALUE klass);
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
invalidate_all_refinement_cc(void *vstart, void *vend, size_t stride, void *data)
|
invalidate_all_refinement_cc(void *vstart, void *vend, size_t stride, void *data)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user