summaryrefslogtreecommitdiffstats
path: root/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/queue.h b/queue.h
index 730a5c50..b660c44f 100644
--- a/queue.h
+++ b/queue.h
@@ -54,7 +54,6 @@ typedef struct queue_s {
/* synchronization variables */
pthread_mutex_t *mut;
pthread_cond_t *notFull, *notEmpty;
- int full, empty;
/* end sync variables */
union { /* different data elements based on queue type (qType) */
struct {