diff options
-rw-r--r-- | pthread_cond_wait.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pthread_cond_wait.c b/pthread_cond_wait.c index 1dd12e5..4fa980a 100644 --- a/pthread_cond_wait.c +++ b/pthread_cond_wait.c @@ -348,7 +348,6 @@ ptw32_cond_wait_cleanup (void *args) if ((result = pthread_mutex_lock (cleanup_args->mutexPtr)) != 0) { *resultPtr = result; - return; } } /* ptw32_cond_wait_cleanup */ |