1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Remove obsolete comment

This commit is contained in:
Andreas Schwab
2014-12-11 12:45:57 +01:00
parent b0a3c1640a
commit e2dd138e21

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;