summaryrefslogtreecommitdiff
path: root/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'global.c')
-rw-r--r--global.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/global.c b/global.c
index 8c92a18..2b55422 100644
--- a/global.c
+++ b/global.c
@@ -107,15 +107,6 @@ CRITICAL_SECTION ptw32_spinlock_test_init_lock;
*/
CRITICAL_SECTION ptw32_cond_list_lock;
-/*
- * Global condition variable and mutex for once_control management.
- */
-ptw32_once_control_t ptw32_once_control =
- {
- PTHREAD_COND_INITIALIZER,
- PTHREAD_MUTEX_INITIALIZER
- };
-
#ifdef _UWIN
/*
* Keep a count of the number of threads.