diff options
author | davidxu <davidxu@FreeBSD.org> | 2006-06-02 08:37:01 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2006-06-02 08:37:01 +0000 |
commit | 523fcb36a8a5383867b0184dbdd1e5c8ce9adf74 (patch) | |
tree | 4f5d464a4d77d2a98d3daf3ca5c5d71e3322f611 /lib/libthr/thread/thr_private.h | |
parent | 39160940408a51d8f78a001d9efe3f7aae8a97ab (diff) | |
download | FreeBSD-src-523fcb36a8a5383867b0184dbdd1e5c8ce9adf74.zip FreeBSD-src-523fcb36a8a5383867b0184dbdd1e5c8ce9adf74.tar.gz |
Remove unused member field m_queue.
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
-rw-r--r-- | lib/libthr/thread/thr_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 0453864..3b8820c 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -115,7 +115,6 @@ struct pthread_mutex { volatile umtx_t m_lock; enum pthread_mutextype m_type; int m_protocol; - TAILQ_HEAD(mutex_head, pthread) m_queue; struct pthread *m_owner; int m_flags; int m_count; |