aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--thread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/thread.c b/thread.c
index 5b23eaa92e..ee73f364bc 100644
--- a/thread.c
+++ b/thread.c
@@ -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