[oe-commits] [bitbake] 02/04: runqueue: Remove unused variables

git at git.openembedded.org git at git.openembedded.org
Mon Jan 29 14:39:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 7e56c285f5ebae9b4b367514e60e3a6ba8cd5693
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Jan 28 10:43:08 2018 +0000

    runqueue: Remove unused variables
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/runqueue.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 2543d4e..5f53fe7 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -705,7 +705,6 @@ class RunQueueData:
                         if i not in self.runtaskentries:
                             # Not all recipes might have the recrdeptask task as a task
                             continue
-                        task = self.runtaskentries[i].task
                         for n in self.runtaskentries[i].depends:
                             if n not in seendeps:
                                  generate_recdeps(n)
@@ -716,7 +715,6 @@ class RunQueueData:
                         generate_recdeps(dep)
 
             for tid in self.runtaskentries:
-                task = self.runtaskentries[tid].task
                 # Add in extra dependencies
                 if tid in extradeps:
                      extradeps[tid].difference_update(self.runtaskentries[tid].depends)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list