summaryrefslogtreecommitdiffstats
path: root/runtime/rule.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-11 15:07:56 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-11 15:07:56 +0200
commit84f217e87d6cd912a81564acc341d00515571f96 (patch)
tree1aedb9b19f1ef0677d1491d13144100f379ffb64 /runtime/rule.c
parent5e2b03a31c312e6cd6a7f4cb0bca1f062668dc52 (diff)
downloadrsyslog-84f217e87d6cd912a81564acc341d00515571f96.tar.gz
rsyslog-84f217e87d6cd912a81564acc341d00515571f96.tar.xz
rsyslog-84f217e87d6cd912a81564acc341d00515571f96.zip
cleanup, removing now unused code
Diffstat (limited to 'runtime/rule.c')
-rw-r--r--runtime/rule.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/rule.c b/runtime/rule.c
index e7f3522e..1a430577 100644
--- a/runtime/rule.c
+++ b/runtime/rule.c
@@ -344,11 +344,6 @@ CODESTARTobjDestruct(rule)
rsCStrRegexDestruct(&pThis->f_filterData.prop.regex_cache);
if(pThis->f_filterData.prop.propName != NULL)
es_deleteStr(pThis->f_filterData.prop.propName);
-#if 0
- } else if(pThis->f_filter_type == FILTER_EXPR) {
- if(pThis->f_filterData.f_expr != NULL)
- expr.Destruct(&pThis->f_filterData.f_expr);
-#endif
}
llDestroy(&pThis->llActList);