mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake: cache: remove unused variables.
(Bitbake rev: 28475ae752967b0a14ed2554c1b835e96390f850) Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
288e3283af
commit
3ef540749e
@@ -449,9 +449,7 @@ class Cache(NoCache):
|
||||
return cachesize
|
||||
|
||||
def load_cachefile(self, progress):
|
||||
cachesize = self.cachesize()
|
||||
previous_progress = 0
|
||||
previous_percent = 0
|
||||
|
||||
for cache_class in self.caches_array:
|
||||
cachefile = self.getCacheFile(cache_class.cachefile)
|
||||
|
||||
Reference in New Issue
Block a user