plist: remove dup assertion.
--HG-- extra : convert_revision : 5c31c8841ce9e5d0c44e85bd1ac218efea59c8ce
This commit is contained in:
parent
b2abe59c52
commit
bd6d7b5502
|
@ -85,7 +85,6 @@ xbps_callback_array_iter_in_dict(prop_dictionary_t dict, const char *key,
|
|||
assert(func != NULL);
|
||||
|
||||
run = cbloop_done = false;
|
||||
assert(func != NULL);
|
||||
|
||||
iter = xbps_get_array_iter_from_dict(dict, key);
|
||||
if (iter == NULL)
|
||||
|
|
Loading…
Reference in New Issue