From: Andreas Schwab Date: Thu, 11 Dec 2014 11:45:57 +0000 (+0100) Subject: Remove obsolete comment X-Git-Tag: upstream/2.30~6673 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2dd138e21c8924ff1509cb4b0b5a31d9a096e06;p=external%2Fglibc.git Remove obsolete comment --- diff --git a/nptl/pthread_mutex_trylock.c b/nptl/pthread_mutex_trylock.c index 3cdf9f1..76ffea3 100644 --- a/nptl/pthread_mutex_trylock.c +++ b/nptl/pthread_mutex_trylock.c @@ -30,9 +30,6 @@ #define FORCE_ELISION(m, s) #endif -/* We don't force elision in trylock, because this can lead to inconsistent - lock state if the lock was actually busy. */ - int __pthread_mutex_trylock (mutex) pthread_mutex_t *mutex;