diff options
author | davidxu <davidxu@FreeBSD.org> | 2006-06-03 00:19:40 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2006-06-03 00:19:40 +0000 |
commit | be54fdbbff4b5176deafbc93d8dc5f6fb156371a (patch) | |
tree | 4d06cebd88cdfe41d0b2df28b79eca411c6fd6bf /lib/libthr | |
parent | c35d17efe0d0b7b4ab064b041e890a7e341ab5ed (diff) | |
download | FreeBSD-src-be54fdbbff4b5176deafbc93d8dc5f6fb156371a.zip FreeBSD-src-be54fdbbff4b5176deafbc93d8dc5f6fb156371a.tar.gz |
Remove unused member.
Diffstat (limited to 'lib/libthr')
-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 3b8820c..778f20b 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -307,7 +307,6 @@ struct pthread_specific_elem { struct pthread_key { volatile int allocated; - volatile int count; int seqno; void (*destructor)(void *); }; |