summaryrefslogtreecommitdiffstats
path: root/runtime/ruleset.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ruleset.c')
-rw-r--r--runtime/ruleset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ruleset.c b/runtime/ruleset.c
index d135074f..a1454275 100644
--- a/runtime/ruleset.c
+++ b/runtime/ruleset.c
@@ -88,7 +88,6 @@ iterateRulesetAllActions(ruleset_t *pThis, rsRetVal (*pFunc)(void*, void*), void
{
iterateAllActions_t params;
DEFiRet;
- ISOBJ_TYPE_assert(pThis, ruleset);
assert(pFunc != NULL);
params.pFunc = pFunc;