diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-25 17:58:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-25 17:58:06 +0000 |
commit | 563ee1cb34198f649712721fc658c7bef9e05dd7 (patch) | |
tree | 42782c8b35d16a41edd19e3d7f597ef36428c9c9 /nptl/pthread_mutex_lock.c | |
parent | 25e84177645ef6e640037e5f4b69ff0ac13d31cc (diff) | |
download | glibc-563ee1cb34198f649712721fc658c7bef9e05dd7.tar glibc-563ee1cb34198f649712721fc658c7bef9e05dd7.tar.gz glibc-563ee1cb34198f649712721fc658c7bef9e05dd7.tar.bz2 glibc-563ee1cb34198f649712721fc658c7bef9e05dd7.zip |
* pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out.
Diffstat (limited to 'nptl/pthread_mutex_lock.c')
-rw-r--r-- | nptl/pthread_mutex_lock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/pthread_mutex_lock.c b/nptl/pthread_mutex_lock.c index 4cb98beefb..406e588fdb 100644 --- a/nptl/pthread_mutex_lock.c +++ b/nptl/pthread_mutex_lock.c @@ -121,7 +121,6 @@ __pthread_mutex_lock (mutex) goto simple; } - out: /* Record the ownership. */ mutex->__data.__owner = id; #ifndef NO_INCR |