summaryrefslogtreecommitdiffstats
path: root/tools/omdiscard.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/omdiscard.c')
-rw-r--r--tools/omdiscard.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/omdiscard.c b/tools/omdiscard.c
index 08cd7491..15c6ea82 100644
--- a/tools/omdiscard.c
+++ b/tools/omdiscard.c
@@ -95,13 +95,9 @@ CODE_STD_STRING_REQUESTparseSelectorAct(0)
if(*p == '~') {
dbgprintf("discard\n");
- /* re-enable in v7.3: requires action list to support
- * action-like statements, something that is too late to
- * do in 7.1.
errmsg.LogError(0, RS_RET_DEPRECATED, "warning: ~ action "
"is deprecated, consider using the 'stop' "
"statement instead");
- */
} else {
iRet = RS_RET_CONFLINE_UNPROCESSED;
}