bus-proxy: drop one wrong assert()

This commit is contained in:
Tom Gundersen 2014-09-25 16:21:36 +02:00
parent 4a690c4726
commit 4a3bb59960

View file

@ -688,7 +688,6 @@ static int check_policy_items(PolicyItem *items, const struct policy_check_filte
PolicyItem *i; PolicyItem *i;
int r, ret = DUNNO; int r, ret = DUNNO;
assert(items);
assert(filter); assert(filter);
/* Check all policies in a set - a broader one might be followed by a more specific one, /* Check all policies in a set - a broader one might be followed by a more specific one,