summaryrefslogtreecommitdiffstats
path: root/pym
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 /pym
parent7ae18ef005c6ca6727cca2d9f12f6b93a7f9b51b (diff)
downloadportage-433d047da29b89ebd8a5eedf7205697c323d856b.tar.gz
portage-433d047da29b89ebd8a5eedf7205697c323d856b.tar.bz2
portage-433d047da29b89ebd8a5eedf7205697c323d856b.zip
Remove unused 'dircache' variable that's moved to portage.util.listdir.
(trunk r15474) svn path=/main/branches/2.1.7/; revision=15683
Diffstat (limited to 'pym')
-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 6a58a4bc7..93648af18 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={}
-
-# ============================================================================
-# ============================================================================
-