* pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out.
authorUlrich Drepper <drepper@redhat.com>
Sun, 25 Jan 2009 17:58:06 +0000 (17:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 25 Jan 2009 17:58:06 +0000 (17:58 +0000)
nptl/ChangeLog
nptl/pthread_mutex_lock.c

index 1fa7405..4755c78 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-25  Ulrich Drepper  <drepper@redhat.com>
+
+       * pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out.
+
 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/pthread/list.h (list_add): Initialize new element first.
index 4cb98be..406e588 100644 (file)
@@ -121,7 +121,6 @@ __pthread_mutex_lock (mutex)
       goto simple;
     }
 
- out:
   /* Record the ownership.  */
   mutex->__data.__owner = id;
 #ifndef NO_INCR