Remove obsolete comment

This commit is contained in:
Andreas Schwab 2014-12-11 12:45:57 +01:00
parent b0a3c1640a
commit e2dd138e21
1 changed files with 0 additions and 3 deletions

View 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;