summaryrefslogtreecommitdiff
path: root/apt-pkg/solver3.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-12-29 22:20:29 +0100
committerJulian Andres Klode <jak@debian.org>2026-01-31 15:10:14 +0100
commit267fd0117a057afd88bc15bfb4f4d688804a9ab4 (patch)
tree1bda30d84ce5124571d2c97a813c4b46efb03aeb /apt-pkg/solver3.h
parentceca5e8d0f9e1a1c5297ed79f00ca76c61e2140c (diff)
Erased items do not exist anymore
Diffstat (limited to 'apt-pkg/solver3.h')
-rw-r--r--apt-pkg/solver3.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/solver3.h b/apt-pkg/solver3.h
index ecb6e4160..a3ec859bb 100644
--- a/apt-pkg/solver3.h
+++ b/apt-pkg/solver3.h
@@ -509,9 +509,6 @@ struct APT::Solver::Solver::Work
/// Number of valid choices at insertion time
size_t size{0};
- // \brief This item should be removed from the queue.
- bool erased{false};
-
bool operator<(APT::Solver::Solver::Work const &b) const;
std::string toString(pkgCache &cache) const;
inline Work(const Clause *clause, level_type level) : clause(clause), level(level) {}