]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Remove now unused argument
authorMichael Schroeder <mls@suse.de>
Wed, 14 Feb 2024 09:34:57 +0000 (10:34 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 14 Feb 2024 09:34:57 +0000 (10:34 +0100)
src/solver.c

index 7c67e330a62d0dffc2af4a5dfd760c76068e5673..be7825d1b12c8587f72eec946217a82fe7a6cbbd 100644 (file)
@@ -1789,7 +1789,7 @@ prune_to_update_targets(Solver *solv, Id *cp, Queue *q)
 }
 
 static void
-get_special_updaters(Solver *solv, int i, Rule *rr, Queue *dq)
+get_special_updaters(Solver *solv, int i, Queue *dq)
 {
   Pool *pool = solv->pool;
   Repo *installed = solv->installed;
@@ -1894,7 +1894,7 @@ resolve_installed(Solver *solv, int level, int disablerules, Queue *dq)
              /* update to best package of the special updaters */
              if (specialupdaters && specialupdaters[i - installed->start] != 0)
                {
-                 get_special_updaters(solv, i, rr, dq);
+                 get_special_updaters(solv, i, dq);
                  if (dq->count)
                    {
                      /* use the feature rule as reason */