diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/ruleset.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |