From bdddaa9f56702e1d3a58a14607e9881052424b53 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 3 Jul 2019 02:09:01 +0900 Subject: Use rb_ident_hash_new instead of rb_hash_new_compare_by_id The latter is same as the former, removed the duplicate function. --- internal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index c84461792f..f2c9e9a814 100644 --- a/internal.h +++ b/internal.h @@ -1605,9 +1605,6 @@ struct st_table *rb_hash_tbl_raw(VALUE hash); #endif VALUE rb_hash_new_with_size(st_index_t size); -RUBY_SYMBOL_EXPORT_BEGIN -VALUE rb_hash_new_compare_by_id(void); -RUBY_SYMBOL_EXPORT_END VALUE rb_hash_has_key(VALUE hash, VALUE key); VALUE rb_hash_default_value(VALUE hash, VALUE key); VALUE rb_hash_set_default_proc(VALUE hash, VALUE proc); -- cgit v1.2.3