diff options
author | Richard Hughes <richard@hughsie.com> | 2008-06-30 09:47:32 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2008-06-30 09:47:32 +0100 |
commit | d66068c79b8bb9173a3fa6dc5baf78ed1c9861de (patch) | |
tree | bb6cdcc23a0786b65d6769b823b95c6ddb0f6fef /librazor | |
parent | c6045dca519b0d576d9b08ef2c9833527d11f2e1 (diff) |
trivial: razor_property_iterator_create() can have package NULL and be valid
Diffstat (limited to 'librazor')
-rw-r--r-- | librazor/iterator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/librazor/iterator.c b/librazor/iterator.c index e40425a..b2bddff 100644 --- a/librazor/iterator.c +++ b/librazor/iterator.c @@ -169,7 +169,6 @@ razor_property_iterator_create(struct razor_set *set, struct razor_property_iterator *pi; assert (set != NULL); - assert (package != NULL); pi = zalloc(sizeof *pi); pi->set = set; |