Re: [U-Boot] [PATCH 13/13] buildman: Drop the 'alive' flag in BuilderThread

2016-10-01 Thread Simon Glass
On 18 September 2016 at 16:48, Simon Glass  wrote:
> This is not used, so drop it.
>
> Signed-off-by: Simon Glass 
> ---
>
>  tools/buildman/builderthread.py | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

Applied to u-boot-dm.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 13/13] buildman: Drop the 'alive' flag in BuilderThread

2016-09-18 Thread Simon Glass
This is not used, so drop it.

Signed-off-by: Simon Glass 
---

 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

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot