From ce541b51a218718b038addea6efe5a300e0937c9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 27 Feb 2010 03:03:45 +0000 Subject: [PATCH] Remove unused 'dircache' variable that's moved to portage.util.listdir. svn path=/main/trunk/; revision=15474 --- 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