CLEANUP: init: remove useless test against MAX_THREADS in affinity loop
authorWilly Tarreau <w@1wt.eu>
Tue, 28 Sep 2021 07:56:44 +0000 (09:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 Sep 2021 07:56:44 +0000 (09:56 +0200)
commit2a30f4d87e05d13df0b0cb99d3718e016a560e1a
tree2e0fc056e736d1f697cb16c87103688a624ceb86
parent51ec03a61d6a1a4ba940786de0484ab30900db22
CLEANUP: init: remove useless test against MAX_THREADS in affinity loop

The test i < MAX_THREADS is pointless since the loop boundary is bound
to global.nbthread which is already not greater.
src/haproxy.c