summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index a04703c870..b571dde4bf 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -2189,8 +2189,6 @@ class RunQueueExecute:
2189 for dep in self.sqdata.sq_covered_tasks[tid]: 2189 for dep in self.sqdata.sq_covered_tasks[tid]:
2190 if dep not in self.runq_complete: 2190 if dep not in self.runq_complete:
2191 self.holdoff_tasks.add(dep) 2191 self.holdoff_tasks.add(dep)
2192 logger.debug(2, "Holding off tasks %s" % pprint.pformat(self.holdoff_tasks))
2193
2194 2192
2195 def process_possible_migrations(self): 2193 def process_possible_migrations(self):
2196 2194