From 433d047da29b89ebd8a5eedf7205697c323d856b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 2 Mar 2010 21:06:43 +0000 Subject: [PATCH] Remove unused 'dircache' variable that's moved to portage.util.listdir. (trunk r15474) svn path=/main/branches/2.1.7/; revision=15683 --- pym/portage/__init__.py | 7 ------- 1 file changed, 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={} - -# ============================================================================ -# ============================================================================ - -- 2.26.2