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
1 changed files with 0 additions and 1 deletions

View File

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