[bitbake-devel] [PATCH 3/4] runqueue: Remove unused variable

Joshua Watt jpewhacker at gmail.com
Fri Jul 6 15:41:59 UTC 2018


Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
---
 bitbake/lib/bb/runqueue.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 792b91a11c1..8ce9ad51898 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1892,8 +1892,6 @@ class RunQueueExecuteTasks(RunQueueExecute):
                     alldeps = 0
             if alldeps == 1:
                 self.setbuildable(revdep)
-                fn = fn_from_tid(revdep)
-                taskname = taskname_from_tid(revdep)
                 logger.debug(1, "Marking task %s as buildable", revdep)
 
     def task_complete(self, task):
-- 
2.17.1




More information about the bitbake-devel mailing list