1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove unused field.

This commit is contained in:
David Xu 2004-07-31 14:14:55 +00:00
parent c16cd94d23
commit 5f0d8cc327
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132927
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;
};