diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-02-24 21:27:43 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-02-24 21:27:43 +0000 |
commit | 2b139158d9baa034cb620ad7c92db107ab5991c7 (patch) | |
tree | 67409a64bb877a9b7201e9c8cecdb5477415a9cd | |
parent | fb5dfe2e31c8570ec0ea2a40a9efb32f994447b5 (diff) | |
download | portage-2b139158d9baa034cb620ad7c92db107ab5991c7.tar.gz portage-2b139158d9baa034cb620ad7c92db107ab5991c7.tar.bz2 portage-2b139158d9baa034cb620ad7c92db107ab5991c7.zip |
Remove unused 'expandcache' global variable.
svn path=/main/trunk/; revision=15447
-rw-r--r-- | pym/portage/__init__.py | 2 |
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: |