From 7fabe0b5ccec18f8e9dd6412d2f9617414b4ce5c Mon Sep 17 00:00:00 2001 From: David Xu Date: Sat, 3 Jun 2006 00:19:40 +0000 Subject: [PATCH] Remove unused member. --- lib/libthr/thread/thr_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 3b8820c91078..778f20beff30 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -307,7 +307,6 @@ struct pthread_specific_elem { struct pthread_key { volatile int allocated; - volatile int count; int seqno; void (*destructor)(void *); };