From bd6d7b55021cc2b1728320d572cd92110b8c5de0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 27 Dec 2008 14:53:50 +0100 Subject: [PATCH] plist: remove dup assertion. --HG-- extra : convert_revision : 5c31c8841ce9e5d0c44e85bd1ac218efea59c8ce --- lib/plist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/plist.c b/lib/plist.c index c453011af1..a1413661bf 100644 --- a/lib/plist.c +++ b/lib/plist.c @@ -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)