diff options
-rw-r--r-- | runtime/rsconf.c | 1 |
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); } |