st_delete_wrap is no longer used
This commit is contained in:
parent
eb737916b1
commit
7584853cfe
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…
x
Reference in New Issue
Block a user