From: Zac Medico Date: Tue, 2 Mar 2010 21:06:43 +0000 (-0000) Subject: Remove unused 'dircache' variable that's moved to portage.util.listdir. X-Git-Tag: v2.1.8~40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=433d047da29b89ebd8a5eedf7205697c323d856b;p=portage.git Remove unused 'dircache' variable that's moved to portage.util.listdir. (trunk r15474) svn path=/main/branches/2.1.7/; revision=15683 --- 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={} - -# ============================================================================ -# ============================================================================ -