projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae18ef
)
Remove unused 'dircache' variable that's moved to portage.util.listdir.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 21:06:43 +0000
(21:06 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 21:06:43 +0000
(21:06 -0000)
(trunk r15474)
svn path=/main/branches/2.1.7/; revision=15683
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 6a58a4bc7a01bcaaf3631c8a71ad594b3e44ed82..93648af18f3d1fde98fb453d7ce352ed27ca7d95 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-953,10
+953,3
@@
if True:
"pkglines", "thirdpartymirrors", "usedefaults", "profiledir",
"flushmtimedb"):
globals()[k] = _LegacyGlobalProxy(k)
-
-# Clear the cache
-dircache={}
-
-# ============================================================================
-# ============================================================================
-