From 91e5540f53aca93e3489255cfd95feaa0afd0498 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Fri, 6 Jul 2018 10:41:59 -0500 Subject: runqueue: Remove unused variable Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- lib/bb/runqueue.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py index 792b91a11..8ce9ad518 100644 --- a/lib/bb/runqueue.py +++ b/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): -- cgit 1.2.3-korg