summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt/cache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt/cache.py b/apt/cache.py
index 1693498d..33574c6d 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -10,7 +10,6 @@ class Cache(object):
self._cache = apt_pkg.GetCache(progress)
self._depcache = apt_pkg.GetDepCache(self._cache)
self._records = apt_pkg.GetPkgRecords(self._cache)
- self._depcache.Init(progress)
self._dict = {}
# build the packages dict