summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-07-31 14:14:55 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-07-31 14:14:55 +0000
commit7dea99e896c3d75372b2ea8b48b3d4a89b3b660f (patch)
tree74b3a925c5b39ba88112ddc9f7f4affcb08808b9 /lib/libpthread
parent6f57f3272c2df5c5c38137f5bf0ce353c2f6e42e (diff)
downloadFreeBSD-src-7dea99e896c3d75372b2ea8b48b3d4a89b3b660f.zip
FreeBSD-src-7dea99e896c3d75372b2ea8b48b3d4a89b3b660f.tar.gz
Remove unused field.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/arch/amd64/include/pthread_md.h1
1 files changed, 0 insertions, 1 deletions
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;
};
OpenPOWER on IntegriCloud