Merge pull request #3838 from wisp3rwind/pr_pipeline_remove_duplicate_code

pipeline: remove duplicate code from previous refactoring
This commit is contained in:
Benedikt 2021-01-21 14:10:39 +01:00 committed by GitHub
commit 16b79ad2e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,9 +247,6 @@ class FirstPipelineThread(PipelineThread):
self.out_queue = out_queue
self.out_queue.acquire()
self.abort_lock = Lock()
self.abort_flag = False
def run(self):
try:
while True: