From 6fbb8e03167af51e6c8c89a666f2c4413f709fba Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 22 Dec 2008 00:21:11 +0100 Subject: [PATCH] xbps_search_string_in_pkgs(): remove unneeded assert. --HG-- extra : convert_revision : 8cf98bcf0ae83958f2f31d951465333930e32f2e --- lib/plist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/plist.c b/lib/plist.c index 2cc64209be1..dde67f8e5da 100644 --- a/lib/plist.c +++ b/lib/plist.c @@ -462,7 +462,6 @@ xbps_search_string_in_pkgs(prop_object_t obj, void *arg, bool *loop_done) const char *repofile, *plist; assert(prop_object_type(obj) == PROP_TYPE_STRING); - assert(pkgstring != NULL); /* Get the location of pkgindex file. */ repofile = prop_string_cstring_nocopy(obj);