All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cooker: Drop unused variables from collect_bbfiles()
@ 2013-05-10 15:16 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-05-10 15:16 UTC (permalink / raw)
  To: bitbake-devel

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 6d448b4..5c52d85 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -1394,7 +1394,7 @@ class BBCooker:
 
     def collect_bbfiles( self ):
         """Collect all available .bb build files"""
-        parsed, cached, skipped, masked = 0, 0, 0, 0
+        masked = 0
 
         collectlog.debug(1, "collecting .bb files")
 





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-10 15:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-10 15:16 [PATCH] cooker: Drop unused variables from collect_bbfiles() Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.