mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out.
This commit is contained in:
@ -121,7 +121,6 @@ __pthread_mutex_lock (mutex)
|
||||
goto simple;
|
||||
}
|
||||
|
||||
out:
|
||||
/* Record the ownership. */
|
||||
mutex->__data.__owner = id;
|
||||
#ifndef NO_INCR
|
||||
|
Reference in New Issue
Block a user