Fix possible deadlock when 'waf --apiscan' finishes
parent
b3e2560453
commit
b04b6648aa
|
@ -409,7 +409,6 @@ class python_scan_task_collector(Task.TaskBase):
|
|||
# can't cope with it, so we have to force the user to restart
|
||||
# WAF)
|
||||
self.bld.producer.stop = 1
|
||||
self.bld.producer.free_task_pool()
|
||||
return 0
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue