projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f66489c
)
Remove unused 'expandcache' global variable. (trunk r15447)
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:58:52 +0000
(20:58 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:58:52 +0000
(20:58 -0000)
svn path=/main/branches/2.1.7/; revision=15656
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 60d8efd5b9dd5e50eb2f5b1c2cd9cfdbdbc8fcaa..39196cc9e2e691ae46f26fc3e0c6f1ed147f97cc 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: