summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
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);