Remove unused 'dircache' variable that's moved to portage.util.listdir.
authorZac Medico <zmedico@gentoo.org>
Sat, 27 Feb 2010 03:03:45 +0000 (03:03 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 27 Feb 2010 03:03:45 +0000 (03:03 -0000)
svn path=/main/trunk/; revision=15474

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={}
-
-# ============================================================================
-# ============================================================================
-