diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-12 15:33:49 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-12 15:33:49 +0200 |
commit | 74abe7ba6a0a151a437abdb4e8374a240e5ea60a (patch) | |
tree | 86288846db66e966ec8ec64424b11355504e6570 /runtime/ruleset.c | |
parent | b4bc665643b707509ddbcbb9ca5726cd89350441 (diff) | |
download | rsyslog-74abe7ba6a0a151a437abdb4e8374a240e5ea60a.tar.gz rsyslog-74abe7ba6a0a151a437abdb4e8374a240e5ea60a.tar.bz2 rsyslog-74abe7ba6a0a151a437abdb4e8374a240e5ea60a.zip |
another small cleanup
Diffstat (limited to 'runtime/ruleset.c')
-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; |