From 563ee1cb34198f649712721fc658c7bef9e05dd7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Jan 2009 17:58:06 +0000 Subject: [PATCH] * pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out. --- nptl/ChangeLog | 4 ++++ nptl/pthread_mutex_lock.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1fa74054dc..4755c789d1 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 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 -- 2.11.4.GIT