aboutsummaryrefslogtreecommitdiffstats
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/thread_win32.c b/thread_win32.c
index 694b1e1f87..c0a026c7b6 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -414,9 +414,6 @@ native_cond_signal(rb_thread_cond_t *cond)
SetEvent(e->event);
}
- else {
- rb_bug("native_cond_signal: no pending threads");
- }
}
static void