summaryrefslogtreecommitdiff
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread_win32.c b/thread_win32.c
index 714d601340..81fea585ac 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -137,8 +137,6 @@ thread_sched_to_waiting(struct rb_thread_sched *sched)
ReleaseMutex(sched->lock);
}
-#define thread_sched_to_dead thread_sched_to_waiting
-
static void
thread_sched_yield(struct rb_thread_sched *sched, rb_thread_t *th)
{