diff options
Diffstat (limited to 'thread_win32.h')
-rw-r--r-- | thread_win32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/thread_win32.h b/thread_win32.h index f00f3b2056..0dfe9d46de 100644 --- a/thread_win32.h +++ b/thread_win32.h @@ -21,11 +21,6 @@ WINBASEAPI BOOL WINAPI TryEnterCriticalSection(IN OUT LPCRITICAL_SECTION lpCriticalSection); -struct rb_thread_cond_struct { - struct cond_event_entry *next; - struct cond_event_entry *prev; -}; - struct rb_native_thread { HANDLE thread_id; HANDLE interrupt_event; |