mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove unused member.
This commit is contained in:
parent
ff046a6c6b
commit
7fabe0b5cc
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue