summaryrefslogtreecommitdiffstats
path: root/runtime/ruleset.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-12 15:33:49 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-12 15:33:49 +0200
commit74abe7ba6a0a151a437abdb4e8374a240e5ea60a (patch)
tree86288846db66e966ec8ec64424b11355504e6570 /runtime/ruleset.c
parentb4bc665643b707509ddbcbb9ca5726cd89350441 (diff)
downloadrsyslog-74abe7ba6a0a151a437abdb4e8374a240e5ea60a.tar.gz
rsyslog-74abe7ba6a0a151a437abdb4e8374a240e5ea60a.tar.bz2
rsyslog-74abe7ba6a0a151a437abdb4e8374a240e5ea60a.zip
another small cleanup
Diffstat (limited to 'runtime/ruleset.c')
-rw-r--r--runtime/ruleset.c1
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;