trivial: razor_property_iterator_create() can have package NULL and be valid
authorRichard Hughes <richard@hughsie.com>
Mon, 30 Jun 2008 08:47:32 +0000 (09:47 +0100)
committerRichard Hughes <richard@hughsie.com>
Mon, 30 Jun 2008 08:47:32 +0000 (09:47 +0100)
librazor/iterator.c

index e40425a..b2bddff 100644 (file)
@@ -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;