From 9da8fdcb33373b4b2e1de2a8b7af3ed4b5811245 Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 8 Oct 2004 12:03:18 +0000 Subject: Mutex speedups --- pthread_mutex_destroy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pthread_mutex_destroy.c') diff --git a/pthread_mutex_destroy.c b/pthread_mutex_destroy.c index c2289d0..1ff9ebe 100644 --- a/pthread_mutex_destroy.c +++ b/pthread_mutex_destroy.c @@ -83,7 +83,6 @@ pthread_mutex_destroy (pthread_mutex_t * mutex) if (result == 0) { (void) sem_destroy (&mx->wait_sema); - DeleteCriticalSection (&mx->wait_cs); free (mx); } else -- cgit v1.2.3