From 36860e64dbe0a6d294ec3b1430e7926ea0ed2fd5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 3 Nov 2006 18:55:00 +0000 Subject: remove duplicated/unused ASSERT code --- libpthread/linuxthreads.old/spinlock.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpthread/linuxthreads.old/spinlock.c') diff --git a/libpthread/linuxthreads.old/spinlock.c b/libpthread/linuxthreads.old/spinlock.c index e00bc3156..f5999e4d2 100644 --- a/libpthread/linuxthreads.old/spinlock.c +++ b/libpthread/linuxthreads.old/spinlock.c @@ -620,8 +620,6 @@ void __pthread_alt_unlock(struct _pthread_fastlock *lock) if (maxprio == INT_MIN) continue; - ASSERT (p_max_prio != (struct wait_node *) 1); - /* Now we want to to remove the max priority thread's wait node from the list. Before we can do this, we must atomically try to change the node's abandon state from zero to nonzero. If we succeed, that means we -- cgit v1.2.3