diff options
Diffstat (limited to 'tests/condvar3.c')
-rw-r--r-- | tests/condvar3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/condvar3.c b/tests/condvar3.c index c2b08e6..ab1080e 100644 --- a/tests/condvar3.c +++ b/tests/condvar3.c @@ -59,8 +59,6 @@ enum { void * mythread(void * arg) { - Sleep(1); - assert(pthread_mutex_lock(&mutex) == 0); shared++; |