diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-30 13:46:09 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-30 14:50:15 +0100 |
| commit | 45432cc57144715109f27d0bb83356b12e2a4ef5 (patch) | |
| tree | aa27f9354af7b5a63a1337b69496ff27e5079487 /apt-pkg/solver3.h | |
| parent | a20242cf3a7321e78cfd4afd892d67255d8282ba (diff) | |
solver3: Remove NewUnsatRecommends group
This is more or less unused; but it particularly has the bad
problem of forcing new unsat recommends to be solved *before*
dependencies. Which is awkward.
Diffstat (limited to 'apt-pkg/solver3.h')
| -rw-r--r-- | apt-pkg/solver3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/solver3.h b/apt-pkg/solver3.h index a643d5d07..c7437f8fb 100644 --- a/apt-pkg/solver3.h +++ b/apt-pkg/solver3.h @@ -46,7 +46,6 @@ class Solver enum class Group : uint8_t { HoldOrDelete, - NewUnsatRecommends, // Satisfying dependencies on entirely new packages first is a good idea because // it may contain replacement packages like libfoo1t64 whereas we later will see |
