From: Michael Schroeder Date: Sat, 18 Nov 2017 21:36:44 +0000 (+0100) Subject: Remove no longer needed code X-Git-Tag: 0.6.31~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b17a03d37170986d58e493ee7c0bf63eb214b3b;p=thirdparty%2Flibsolv.git Remove no longer needed code --- diff --git a/src/selection.c b/src/selection.c index 33a89d6a..1059e9c4 100644 --- a/src/selection.c +++ b/src/selection.c @@ -531,8 +531,6 @@ selection_addextra_provides(Pool *pool, Queue *selection, const char *name, int { queue_pushunique2(selection, SOLVER_SOLVABLE_PROVIDES, id); match = 1; - if (!doglob && !nocase) - break; /* one is enough */ } } }