summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 4161f663db..f503c29323 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -29,11 +29,6 @@ static void native_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
static void native_cond_initialize(pthread_cond_t *cond);
static void native_cond_destroy(pthread_cond_t *cond);
-#define native_mutex_reinitialize_atfork(lock) (\
- native_mutex_unlock(lock), \
- native_mutex_initialize(lock), \
- native_mutex_lock(lock))
-
#define GVL_SIMPLE_LOCK 0
#define GVL_DEBUG 0