summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-04-04 22:12:30 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2025-04-04 22:13:45 +0200
commit3beb3ba289ac92931268f54dd56a674dbf3a3c29 (patch)
tree429e0a4747da19a7da66dca68f435b816ef79c6b
parent6a5918e671f6f68a65dec70f76120f69bf474e85 (diff)
Remove unused variable in apt-private
-rw-r--r--apt-private/private-install.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-private/private-install.cc b/apt-private/private-install.cc
index 7c9a27290..f3f52dae9 100644
--- a/apt-private/private-install.cc
+++ b/apt-private/private-install.cc
@@ -988,7 +988,6 @@ bool DoCacheManipulationFromCommandLine(CommandLine &CmdL, std::vector<PseudoPkg
auto internalDel = Cache->DelCount();
auto internalInst = Cache->InstCount();
auto internalUpgrade = Cache->UpgradeCount();
- auto internalKeep = Cache->KeepCount();
// Create a nested transaction. When leaving this scope, we are back to the 'internal' result.
pkgDepCache::Transaction solver3(Cache, pkgDepCache::Transaction::Behavior::ROLLBACK);