Remove unused field.
This commit is contained in:
parent
c16cd94d23
commit
5f0d8cc327
@ -64,7 +64,6 @@ struct kcb {
|
||||
struct tcb {
|
||||
struct tdv *tcb_tdv;
|
||||
struct pthread *tcb_thread;
|
||||
void *tcb_spare[2]; /* align tcb_tmbx to 16 bytes */
|
||||
struct kse_thr_mailbox tcb_tmbx;
|
||||
};
|
||||
|
||||
|
@ -64,7 +64,6 @@ struct kcb {
|
||||
struct tcb {
|
||||
struct tdv *tcb_tdv;
|
||||
struct pthread *tcb_thread;
|
||||
void *tcb_spare[2]; /* align tcb_tmbx to 16 bytes */
|
||||
struct kse_thr_mailbox tcb_tmbx;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user