aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-02-27 03:03:45 +0000
committerZac Medico <zmedico@gentoo.org>2010-02-27 03:03:45 +0000
commitce541b51a218718b038addea6efe5a300e0937c9 (patch)
tree6ef21450d3bf92e7411a6c7cdb5c9fbf02191e7f /pym/portage/__init__.py
parentMove missing encodings module workarounds (<python-2.6.4 + USE=build) to a (diff)
downloadportage-ce541b51a218718b038addea6efe5a300e0937c9.tar.gz
portage-ce541b51a218718b038addea6efe5a300e0937c9.tar.bz2
portage-ce541b51a218718b038addea6efe5a300e0937c9.zip
Remove unused 'dircache' variable that's moved to portage.util.listdir.
svn path=/main/trunk/; revision=15474
Diffstat (limited to 'pym/portage/__init__.py')
-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={}
-
-# ============================================================================
-# ============================================================================
-