summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 85c65da24..14d4dbfc9 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -6919,7 +6919,6 @@ class vardbapi(dbapi):
if cache_incomplete:
# Allow self._aux_cache_keys to change without a cache version
# bump and efficiently recycle partial cache whenever possible.
- cache_valid = False
pull_me = cache_incomplete.union(wants)
else:
pull_me = set(wants).difference(cache_these)