Remove unused member.

This commit is contained in:
David Xu 2006-06-03 00:19:40 +00:00
parent ff046a6c6b
commit 7fabe0b5cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159184

View File

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