aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/runqueue.py2
1 files changed, 0 insertions, 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):