1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Drop MJIT_FUNC_EXPORTED from rb_hash_bulk_insert

it's official API after r67677

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-04-21 08:34:37 +00:00
parent add82b7e7e
commit 683834eb72

2
hash.c
View file

@ -4412,7 +4412,7 @@ ar_bulk_insert(VALUE hash, long argc, const VALUE *argv)
}
}
MJIT_FUNC_EXPORTED void
void
rb_hash_bulk_insert(long argc, const VALUE *argv, VALUE hash)
{
HASH_ASSERT(argc % 2 == 0);