]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Remove more dead code
authorMichael Schroeder <mls@suse.de>
Wed, 14 Feb 2024 09:31:33 +0000 (10:31 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 14 Feb 2024 09:31:33 +0000 (10:31 +0100)
src/solver.c

index 04bf473130859e9ddc6d63920e345409f624c4db..7c67e330a62d0dffc2af4a5dfd760c76068e5673 100644 (file)
@@ -1798,7 +1798,7 @@ get_special_updaters(Solver *solv, int i, Rule *rr, Queue *dq)
   Id p;
 
   /* special multiversion handling, make sure best version is chosen */
-  if (rr->p == i && solv->decisionmap[i] >= 0)
+  if (solv->decisionmap[i] >= 0)
     queue_push(dq, i);
   for (d = specoff; (p = pool->whatprovidesdata[d]) != 0; d++)
     if (solv->decisionmap[p] >= 0)