From a14d06482a667441b47bdf4a6e76e751b99389ee Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 22 Dec 2009 13:11:00 +0200 Subject: [PATCH] Remove redundant NULL-check --- lib/rpmds.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rpmds.c b/lib/rpmds.c index 3f92ab8..344eeca 100644 --- a/lib/rpmds.c +++ b/lib/rpmds.c @@ -853,7 +853,6 @@ int rpmdsAnyMatchesDep (const Header h, const rpmds req, int nopromote) } result = 0; - if (provides != NULL) while (rpmdsNext(provides) >= 0) { /* Filter out provides that came along for the ride. */ -- 2.7.4