projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e4852
)
Remove unused 'dircache' variable that's moved to portage.util.listdir.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 27 Feb 2010 03:03:45 +0000
(
03:03
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 27 Feb 2010 03:03:45 +0000
(
03:03
-0000)
svn path=/main/trunk/; revision=15474
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={}
-
-# ============================================================================
-# ============================================================================
-