From 94bfc28855393a1a688aa5fdc3339b9e2139e10a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 28 Jan 2008 11:35:33 +0000 Subject: cleanup to prepare for release --- queue.h | 1 - 1 file changed, 1 deletion(-) (limited to 'queue.h') diff --git a/queue.h b/queue.h index aadb13d7..a05c6341 100644 --- a/queue.h +++ b/queue.h @@ -107,7 +107,6 @@ typedef struct queue_s { size_t iMaxFileSize; /* max size for a single queue file */ int bIsDA; /* is this queue disk assisted? */ int bRunsDA; /* is this queue actually *running* disk assisted? */ - pthread_mutex_t mutDA; /* mutex for low water mark algo */ struct queue_s *pqDA; /* queue for disk-assisted modes */ struct queue_s *pqParent;/* pointer to the parent (if this is a child queue) */ int bDAEnqOnly; /* EnqOnly setting for DA queue */ -- cgit