]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: config: remove unused proc_mask()
authorWilly Tarreau <w@1wt.eu>
Fri, 24 Jun 2022 07:26:19 +0000 (09:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Jul 2022 17:15:14 +0000 (19:15 +0200)
commit66ef2c3af624df1338c533b0ed012252587948e4
treebb450a721fb4147c3e2e8533b5cc6571bc07b174
parent252754c745a07f206dd5f23e4f13f2cace705cde
CLEANUP: config: remove unused proc_mask()

The function was used to return the mask of enabled processes, but it
now always returns 1 and is not called anymore. Let's drop it.
include/haproxy/global.h