diff options
-rw-r--r-- | internal/variable.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ int rb_gen_ivtbl_get(VALUE obj, ID id, struct gen_ivtbl **ivtbl); void rb_obj_copy_ivs_to_hash_table(VALUE obj, st_table *table); void rb_obj_convert_to_too_complex(VALUE obj, st_table *table); void rb_evict_ivars_to_hash(VALUE obj); -void rb_generic_ivar_update_references(void); RUBY_SYMBOL_EXPORT_BEGIN /* variable.c (export) */ |