mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
st.c: remove redundant export declaration
rb_hash_bulk_insert is added to official C API in r63488. It's no longer exported only for MJIT. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9aefa90cb3
commit
783e2b579c
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
@ -2283,7 +2283,7 @@ st_insert_generic(st_table *tab, long argc, const VALUE *argv, VALUE hash)
|
|||
|
||||
/* Mimics ruby's { foo => bar } syntax. This function is placed here
|
||||
because it touches table internals and write barriers at once. */
|
||||
MJIT_FUNC_EXPORTED void
|
||||
void
|
||||
rb_hash_bulk_insert(long argc, const VALUE *argv, VALUE hash)
|
||||
{
|
||||
st_index_t n;
|
||||
|
|
Loading…
Reference in a new issue