summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/implement.h b/implement.h
index 080d9a1..5c1d7ec 100644
--- a/implement.h
+++ b/implement.h
@@ -219,7 +219,6 @@ struct ThreadParms {
struct pthread_cond_t_ {
long nWaitersBlocked; /* Number of threads blocked */
long nWaitersGone; /* Number of threads timed out */
- long nWaitersUnblocked; /* Number of threads unblocked */
long nWaitersToUnblock; /* Number of threads to unblock */
sem_t semBlockQueue; /* Queue up threads waiting for the */
/* condition to become signalled */