Remove unused 'dircache' variable that's moved to portage.util.listdir.
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 21:06:43 +0000 (21:06 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 21:06:43 +0000 (21:06 -0000)
(trunk r15474)

svn path=/main/branches/2.1.7/; revision=15683

pym/portage/__init__.py

index 6a58a4bc7a01bcaaf3631c8a71ad594b3e44ed82..93648af18f3d1fde98fb453d7ce352ed27ca7d95 100644 (file)
@@ -953,10 +953,3 @@ if True:
                "pkglines", "thirdpartymirrors", "usedefaults", "profiledir",
                "flushmtimedb"):
                globals()[k] = _LegacyGlobalProxy(k)
-
-# Clear the cache
-dircache={}
-
-# ============================================================================
-# ============================================================================
-