From: Zac Medico Date: Sat, 27 Feb 2010 03:03:45 +0000 (-0000) Subject: Remove unused 'dircache' variable that's moved to portage.util.listdir. X-Git-Tag: v2.2_rc64~39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ce541b51a218718b038addea6efe5a300e0937c9;p=portage.git Remove unused 'dircache' variable that's moved to portage.util.listdir. svn path=/main/trunk/; revision=15474 --- 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={} - -# ============================================================================ -# ============================================================================ -