Remove unused member.
This commit is contained in:
parent
c35d17efe0
commit
be54fdbbff
@ -307,7 +307,6 @@ struct pthread_specific_elem {
|
||||
|
||||
struct pthread_key {
|
||||
volatile int allocated;
|
||||
volatile int count;
|
||||
int seqno;
|
||||
void (*destructor)(void *);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user