summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index b28658f57..8dc029b9e 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -3601,8 +3601,6 @@ def _validate_deps(mysettings, myroot, mydo, mydbapi):
return os.EX_OK
-expandcache={}
-
def _movefile(src, dest, **kwargs):
"""Calls movefile and raises a PortageException if an error occurs."""
if movefile(src, dest, **kwargs) is None: