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:
parent
eb737916b1
commit
7584853cfe
1 changed files with 0 additions and 6 deletions
6
thread.c
6
thread.c
|
@ -150,12 +150,6 @@ struct waiting_fd {
|
||||||
int 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
|
#define THREAD_SYSTEM_DEPENDENT_IMPLEMENTATION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue