From 7dea99e896c3d75372b2ea8b48b3d4a89b3b660f Mon Sep 17 00:00:00 2001 From: davidxu Date: Sat, 31 Jul 2004 14:14:55 +0000 Subject: Remove unused field. --- lib/libpthread/arch/amd64/include/pthread_md.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libpthread/arch/amd64') diff --git a/lib/libpthread/arch/amd64/include/pthread_md.h b/lib/libpthread/arch/amd64/include/pthread_md.h index 1b39f08..0f19044 100644 --- a/lib/libpthread/arch/amd64/include/pthread_md.h +++ b/lib/libpthread/arch/amd64/include/pthread_md.h @@ -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; }; -- cgit v1.1