From 796b01036db027077b19b8c183d51bcd93c3948d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 27 Oct 2009 10:37:22 +0100 Subject: fix compile bug with last commit --- runtime/queue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/queue.c b/runtime/queue.c index 781d115f..d1a97ba6 100644 --- a/runtime/queue.c +++ b/runtime/queue.c @@ -239,7 +239,6 @@ qqueueAdviseMaxWorkers(qqueue_t *pThis) ISOBJ_TYPE_assert(pThis, qqueue); if(!pThis->bEnqOnly) { - getLogicalQueueSize(pThis) , pThis->iHighWtrMrk); if(pThis->bIsDA && getLogicalQueueSize(pThis) >= pThis->iHighWtrMrk) { wtpAdviseMaxWorkers(pThis->pWtpDA, 1); /* disk queues have always one worker */ } else { -- cgit