Remove unused field.

This commit is contained in:
David Xu 2004-07-31 14:14:55 +00:00
parent c16cd94d23
commit 5f0d8cc327
2 changed files with 0 additions and 2 deletions

View File

@ -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;
};

View File

@ -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;
};