summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-03 02:09:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-03 02:09:01 +0900
commitbdddaa9f56702e1d3a58a14607e9881052424b53 (patch)
treeccbb221801b714a90148cf8454ff69b7e4f27d0d /internal.h
parent0f283054e7f568f09fbfc952d57ea6daf4abbd88 (diff)
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
The latter is same as the former, removed the duplicate function.
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h3
1 files changed, 0 insertions, 3 deletions
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);