aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nptl/pthread_mutex_trylock.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/pthread_mutex_trylock.c b/nptl/pthread_mutex_trylock.c
index 3cdf9f175c..76ffea3161 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;