]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* 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 1fa74054dc7dca86a79d54f140c62838d647523b..4755c789d14e8a3a49b5e20c21740e9a29e5b6cd 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 4cb98beefba2801856bf1b11ace61cd2e09d8d8f..406e588fdb7885171551fb1780204bc447cdd9e0 100644 (file)
@@ -121,7 +121,6 @@ __pthread_mutex_lock (mutex)
       goto simple;
     }
 
- out:
   /* Record the ownership.  */
   mutex->__data.__owner = id;
 #ifndef NO_INCR