diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-10 16:16:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 08:26:14 +0100 |
commit | 6ebdeb48c40aa6b45b733e885dfec8ceb6a32221 (patch) | |
tree | 8da2290ed2b67b4b216782de226acd3b56823eb4 /bitbake | |
parent | 88a7b041fbf2583472aa9408a33dd8881223a0c1 (diff) | |
download | poky-6ebdeb48c40aa6b45b733e885dfec8ceb6a32221.tar.gz |
bitbake: cooker: Drop unused variables from collect_bbfiles()
(Bitbake rev: 67a8e13eed6433bd1e4fab82ece5f6774b42fa00)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 6d448b4c6d..5c52d85901 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1394,7 +1394,7 @@ class BBCooker: | |||
1394 | 1394 | ||
1395 | def collect_bbfiles( self ): | 1395 | def collect_bbfiles( self ): |
1396 | """Collect all available .bb build files""" | 1396 | """Collect all available .bb build files""" |
1397 | parsed, cached, skipped, masked = 0, 0, 0, 0 | 1397 | masked = 0 |
1398 | 1398 | ||
1399 | collectlog.debug(1, "collecting .bb files") | 1399 | collectlog.debug(1, "collecting .bb files") |
1400 | 1400 | ||