CLEANUP: global: remove pid_bit and all_proc_mask
authorWilly Tarreau <w@1wt.eu>
Tue, 15 Jun 2021 06:13:20 +0000 (08:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Jun 2021 14:52:42 +0000 (16:52 +0200)
commit5301f5d72a3e9aa361f4cecc445075a1e147e884
tree4e657364ebc98523d9d3f4c811c695aa53d15956
parent91358595f86202102fa788926b8b11fd0d110f12
CLEANUP: global: remove pid_bit and all_proc_mask

They were already set to 1 and never changed. Let's remove them and
replace their references with 1.
include/haproxy/global.h
src/cfgparse.c
src/haproxy.c
src/listener.c
src/proxy.c