]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: threads: remove the now unused all_threads_mask and tid_bit
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 15:28:11 +0000 (17:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 18:25:41 +0000 (20:25 +0200)
commitc6b596dccec61610508d3b9630159d426db12921
tree3f25f36abdf8a03b5f3408d300c1affa4da870b5
parentcfdd20a0b2d3c49db91a37f8b7b65e5ca5dd2e2b
CLEANUP: threads: remove the now unused all_threads_mask and tid_bit

Since these are not used anymore, let's now remove them. Given the
number of places where we're using ti->ldit_bit, maybe an equivalent
might be useful though.
include/haproxy/thread.h
src/cfgparse.c
src/haproxy.c
src/thread.c