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

st_delete_wrap is no longer used

This commit is contained in:
Nobuyoshi Nakada 2020-01-11 10:43:39 +09:00
parent eb737916b1
commit 7584853cfe
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -150,12 +150,6 @@ struct waiting_fd {
int fd;
};
inline static void
st_delete_wrap(st_table *table, st_data_t key)
{
st_delete(table, &key, 0);
}
/********************************************************************************/
#define THREAD_SYSTEM_DEPENDENT_IMPLEMENTATION