Remove obsolete comment
authorAndreas Schwab <schwab@suse.de>
Thu, 11 Dec 2014 11:45:57 +0000 (12:45 +0100)
committerAndreas Schwab <schwab@suse.de>
Thu, 11 Dec 2014 11:45:57 +0000 (12:45 +0100)
nptl/pthread_mutex_trylock.c

index 3cdf9f1..76ffea3 100644 (file)
@@ -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;