]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Remove no longer needed code
authorMichael Schroeder <mls@suse.de>
Sat, 18 Nov 2017 21:36:44 +0000 (22:36 +0100)
committerMichael Schroeder <mls@suse.de>
Sat, 18 Nov 2017 21:36:44 +0000 (22:36 +0100)
src/selection.c

index 33a89d6ab03e7ccf8bca33c6ee7254797aaa98c7..1059e9c49354bda3281c3b96b3d5a09afba38117 100644 (file)
@@ -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 */
            }
        }
     }