summaryrefslogtreecommitdiff
path: root/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'global.c')
-rw-r--r--global.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/global.c b/global.c
index 0835f48..6d55581 100644
--- a/global.c
+++ b/global.c
@@ -33,9 +33,6 @@ const int _pthread_cancel_deferred = 1;
/* Declare variables which are global to all threads in the process. */
-/* FIXME: This is temporary. */
-#define PTHREAD_MUTEX_INITIALIZER {0}
-
pthread_mutex_t _pthread_table_mutex = PTHREAD_MUTEX_INITIALIZER;
DWORD _pthread_threads_count = 0;