From: Zac Medico Date: Wed, 24 Feb 2010 21:27:43 +0000 (-0000) Subject: Remove unused 'expandcache' global variable. X-Git-Tag: v2.2_rc64~66 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2b139158d9baa034cb620ad7c92db107ab5991c7;p=portage.git Remove unused 'expandcache' global variable. svn path=/main/trunk/; revision=15447 --- 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: