From d43c2a2382314b9f23e6ef2e3ad098bb663ce526 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 3 Jan 2008 15:01:35 +0000 Subject: simplified code and got rid of empty/full state variables --- queue.h | 1 - 1 file changed, 1 deletion(-) (limited to 'queue.h') 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 { -- cgit