bitbake: cooker: Drop unused variables from collect_bbfiles()

(Bitbake rev: 67a8e13eed6433bd1e4fab82ece5f6774b42fa00)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-05-10 16:16:26 +01:00
parent 88a7b041fb
commit 6ebdeb48c4
1 changed files with 1 additions and 1 deletions

View File

@ -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")