about summary refs log tree commit diff
path: root/nptl/pthread_mutex_lock.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-25 17:58:06 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-25 17:58:06 +0000
commit563ee1cb34198f649712721fc658c7bef9e05dd7 (patch)
tree42782c8b35d16a41edd19e3d7f597ef36428c9c9 /nptl/pthread_mutex_lock.c
parent25e84177645ef6e640037e5f4b69ff0ac13d31cc (diff)
downloadglibc-563ee1cb34198f649712721fc658c7bef9e05dd7.tar.gz
glibc-563ee1cb34198f649712721fc658c7bef9e05dd7.tar.xz
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.c1
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