diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-06-03 00:19:40 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-06-03 00:19:40 +0000 |
| commit | 7fabe0b5ccec18f8e9dd6412d2f9617414b4ce5c (patch) | |
| tree | 4d06cebd88cdfe41d0b2df28b79eca411c6fd6bf /lib/libthr/thread | |
| parent | ff046a6c6b6c35524b26b1f40f8f51c63a68c9c4 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread')
| -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 3b8820c91078..778f20beff30 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 *); }; |
