mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove dead rb_cc_table_free
This commit is contained in:
parent
127cc425b7
commit
b2a7b76992
2 changed files with 2 additions and 17 deletions
|
@ -150,7 +150,6 @@ static inline void MEMO_V2_SET(struct MEMO *m, VALUE v);
|
|||
|
||||
size_t rb_imemo_memsize(VALUE obj);
|
||||
void rb_imemo_mark_and_move(VALUE obj, bool reference_updating);
|
||||
void rb_cc_table_free(VALUE klass);
|
||||
void rb_cc_tbl_free(struct rb_id_table *cc_tbl, VALUE klass);
|
||||
void rb_imemo_free(VALUE obj);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue