diff options
-rw-r--r-- | pym/portage/__init__.py | 7 |
1 files changed, 0 insertions, 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={} - -# ============================================================================ -# ============================================================================ - |