From 74abe7ba6a0a151a437abdb4e8374a240e5ea60a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 12 Sep 2012 15:33:49 +0200 Subject: another small cleanup --- runtime/ruleset.c | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/ruleset.c b/runtime/ruleset.c index 8310e70d..faec122c 100644 --- a/runtime/ruleset.c +++ b/runtime/ruleset.c @@ -211,7 +211,6 @@ static inline void freeActive(sbool *active) { free(active); } static rsRetVal execAct(struct cnfstmt *stmt, batch_t *pBatch, sbool *active) { - int i; DEFiRet; dbgprintf("RRRR: execAct: batch of %d elements, active %p\n", batchNumMsgs(pBatch), active); pBatch->active = active; -- cgit v1.2.3