summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-10-27 00:36:39 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-30 13:26:16 +0000
commit3ef540749ed0890fbfe174bd4bce044d0e354604 (patch)
tree9057e1651dcf87ef6698919f1c3333cd332bab2e /bitbake
parent288e3283afd7de0529de5aeb283d90899976b72a (diff)
downloadpoky-3ef540749ed0890fbfe174bd4bce044d0e354604.tar.gz
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>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/cache.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py
index 9e0c931a07..ebb2422496 100644
--- a/bitbake/lib/bb/cache.py
+++ b/bitbake/lib/bb/cache.py
@@ -449,9 +449,7 @@ class Cache(NoCache):
449 return cachesize 449 return cachesize
450 450
451 def load_cachefile(self, progress): 451 def load_cachefile(self, progress):
452 cachesize = self.cachesize()
453 previous_progress = 0 452 previous_progress = 0
454 previous_percent = 0
455 453
456 for cache_class in self.caches_array: 454 for cache_class in self.caches_array:
457 cachefile = self.getCacheFile(cache_class.cachefile) 455 cachefile = self.getCacheFile(cache_class.cachefile)