summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-02-22 16:02:10 -0500
committerPeter Zhu <[email protected]>2024-02-23 10:24:21 -0500
commitdf5b8ea4dbcc9a84969c4b941ffd0a5f468fd0fa (patch)
tree916957fa57658e91b51fc8aa9eda938e64843395 /hash.c
parent386a00663092fc5eff0770dcb4b4ce5d6797dd74 (diff)
Remove unneeded RUBY_FUNC_EXPORTED
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index c8fe54eff9..fba394fc40 100644
--- a/hash.c
+++ b/hash.c
@@ -1600,7 +1600,7 @@ rb_hash_modify_check(VALUE hash)
rb_check_frozen(hash);
}
-RUBY_FUNC_EXPORTED struct st_table *
+struct st_table *
rb_hash_tbl_raw(VALUE hash, const char *file, int line)
{
return ar_force_convert_table(hash, file, line);