
19 Sep
2016
19 Sep
'16
12:48 a.m.
This is not used, so drop it.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/buildman/builderthread.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tools/buildman/builderthread.py b/tools/buildman/builderthread.py index 06be5d9..a02aa19 100644 --- a/tools/buildman/builderthread.py +++ b/tools/buildman/builderthread.py @@ -475,9 +475,7 @@ class BuilderThread(threading.Thread): This thread picks a job from the queue, runs it, and then goes to the next job. """ - alive = True while True: job = self.builder.queue.get() - if alive: - self.RunJob(job) + self.RunJob(job) self.builder.queue.task_done()
--
2.8.0.rc3.226.g39d4020