diff options
-rw-r--r-- | lib/rpmds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rpmds.c b/lib/rpmds.c index 3f92ab823..344eeca7d 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. */ |