summaryrefslogtreecommitdiffstats
path: root/runtime/rule.c
diff options
context:
space:
mode:
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);