diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/cache.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index ebb2422496..b8054e028b 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py | |||
@@ -814,10 +814,6 @@ class MulticonfigCache(Mapping): | |||
814 | for k in self.__caches: | 814 | for k in self.__caches: |
815 | yield k | 815 | yield k |
816 | 816 | ||
817 | def keys(self): | ||
818 | return self.__caches[key] | ||
819 | |||
820 | |||
821 | def init(cooker): | 817 | def init(cooker): |
822 | """ | 818 | """ |
823 | The Objective: Cache the minimum amount of data possible yet get to the | 819 | The Objective: Cache the minimum amount of data possible yet get to the |