summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-02 21:06:43 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-02 21:06:43 +0000
commit433d047da29b89ebd8a5eedf7205697c323d856b (patch)
tree1868320dc6bcde6077865ec677b3f91f4710bb92
parentMove missing encodings module workarounds (<python-2.6.4 + USE=build) to a (diff)
downloadportage-multirepo-433d047da29b89ebd8a5eedf7205697c323d856b.tar.gz
portage-multirepo-433d047da29b89ebd8a5eedf7205697c323d856b.tar.bz2
portage-multirepo-433d047da29b89ebd8a5eedf7205697c323d856b.zip
Remove unused 'dircache' variable that's moved to portage.util.listdir.
(trunk r15474) svn path=/main/branches/2.1.7/; revision=15683
-rw-r--r--pym/portage/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 6a58a4bc..93648af1 100644
--- 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={}
-
-# ============================================================================
-# ============================================================================
-