From: Ulrich Drepper Date: Sun, 25 Jan 2009 17:58:06 +0000 (+0000) Subject: * pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out. X-Git-Tag: upstream/2.30~13873 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=563ee1cb34198f649712721fc658c7bef9e05dd7;p=external%2Fglibc.git * pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1fa7405..4755c78 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2009-01-25 Ulrich Drepper + + * pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out. + 2009-01-08 Ulrich Drepper * sysdeps/pthread/list.h (list_add): Initialize new element first. diff --git a/nptl/pthread_mutex_lock.c b/nptl/pthread_mutex_lock.c index 4cb98be..406e588 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