From b4329b1968f3282e17fca3ef180c76c7b98715ee Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 25 Jan 2005 07:58:19 +0000 Subject: '' --- pthread_mutex_unlock.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'pthread_mutex_unlock.c') diff --git a/pthread_mutex_unlock.c b/pthread_mutex_unlock.c index cd3c36f..9ebe4e3 100644 --- a/pthread_mutex_unlock.c +++ b/pthread_mutex_unlock.c @@ -69,9 +69,6 @@ pthread_mutex_unlock (pthread_mutex_t * mutex) { /* * Someone may be waiting on that mutex. - * Pulse event on an auto-reset event will - * release one waiter if possible, otherwise - * it will just reset the event. */ if (SetEvent (mx->event) == 0) { -- cgit v1.2.3