summaryrefslogtreecommitdiff
path: root/win32_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32_threads.c')
-rw-r--r--win32_threads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32_threads.c b/win32_threads.c
index 7ca56c54..75c8fcb4 100644
--- a/win32_threads.c
+++ b/win32_threads.c
@@ -3181,7 +3181,6 @@ GC_INNER void GC_thr_init(void)
case DLL_THREAD_DETACH:
/* We are hopefully running in the context of the exiting thread. */
if (GC_win32_dll_threads) {
- GC_ASSERT(parallel_initialized);
GC_delete_thread(GetCurrentThreadId());
}
break;