Remove unused member.

This commit is contained in:
davidxu 2006-06-03 00:19:40 +00:00
parent c35d17efe0
commit be54fdbbff

View File

@ -307,7 +307,6 @@ struct pthread_specific_elem {
struct pthread_key {
volatile int allocated;
volatile int count;
int seqno;
void (*destructor)(void *);
};