From: Zac Medico Date: Tue, 2 Mar 2010 20:58:52 +0000 (-0000) Subject: Remove unused 'expandcache' global variable. (trunk r15447) X-Git-Tag: v2.1.8~67 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ca82bc8040ba7a3f30e26204a9f38fe75ea45e4;p=portage.git Remove unused 'expandcache' global variable. (trunk r15447) svn path=/main/branches/2.1.7/; revision=15656 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 60d8efd5b..39196cc9e 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: