From 2b139158d9baa034cb620ad7c92db107ab5991c7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 24 Feb 2010 21:27:43 +0000 Subject: Remove unused 'expandcache' global variable. svn path=/main/trunk/; revision=15447 --- pym/portage/__init__.py | 2 -- 1 file changed, 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: -- cgit v1.2.3-1-g7c22