commit | 95abd5be9f9b6480ae102f76cdfffab267cdab22 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 23 09:33:32 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 23 09:33:32 2020 +0100 |
tree | 02e141870140d538ff47500d035f450facb810a8 | |
parent | 4f46a354e67f4a7781570f6f4e17738eeca9d5ac [diff] |
CLEANUP: haproxy/threads: don't check global_tasks_mask twice In run_thread_poll_loop() we test both for (global_tasks_mask & tid_bit) and thread_has_tasks(), but the former is useless since this test is already part of the latter.