We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970836d commit 46750f6Copy full SHA for 46750f6
1 file changed
src/policy.c
@@ -1184,6 +1184,7 @@ prune_to_best_version_conda(Pool *pool, Queue *plist)
1184
r = (best->repo ? best->repo->subpriority : 0) - (s->repo ? s->repo->subpriority : 0);
1185
if (r == 0)
1186
r = pool_buildversioncmp(pool, best, s);
1187
+ // this can be removed as this comparison doesn't effect anything
1188
1189
r = pool_buildflavorcmp(pool, best, s);
1190
if (r < 0)
0 commit comments