projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb5dfe2
)
Remove unused 'expandcache' global variable.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 24 Feb 2010 21:27:43 +0000
(21:27 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 24 Feb 2010 21:27:43 +0000
(21:27 -0000)
svn path=/main/trunk/; revision=15447
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index b28658f5700455f43369f487f74aa3110f2e39d1..8dc029b9e5ec8ce36904dc5b538ce7a600f189eb 100644
(file)
--- 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: