commit | 2a30f4d87e05d13df0b0cb99d3718e016a560e1a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 28 09:56:44 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 28 09:56:44 2021 +0200 |
tree | 2e0fc056e736d1f697cb16c87103688a624ceb86 | |
parent | 51ec03a61d6a1a4ba940786de0484ab30900db22 [diff] |
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.