summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-25 14:56:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-25 14:56:38 +0200
commit2c23afa623ce0dd8ddb17b1d11bd2962589b0eb9 (patch)
tree7e273a02995bea64abcfcc74b048fd9b7f864a43 /runtime/rsconf.c
parent79fc8640704054cd4c31c80c643a9756d639eceb (diff)
downloadrsyslog-2c23afa623ce0dd8ddb17b1d11bd2962589b0eb9.tar.gz
rsyslog-2c23afa623ce0dd8ddb17b1d11bd2962589b0eb9.tar.xz
rsyslog-2c23afa623ce0dd8ddb17b1d11bd2962589b0eb9.zip
cosmetic: remove no-longer valid TODO item
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index 7caa0cc5..2cffd14c 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -380,7 +380,6 @@ void cnfDoObj(struct cnfobj *o)
void cnfDoScript(struct cnfstmt *script)
{
- // TODO: streamline this, call directly into ruleset from grammar.y
dbgprintf("cnf:global:script\n");
ruleset.AddScript(ruleset.GetCurrent(loadConf), script);
}