From: Valentine Krasnobaeva Date: Fri, 15 Mar 2024 15:11:25 +0000 (+0100) Subject: CLEANUP: global: remove LSTCHK_CAP_BIND X-Git-Tag: v3.0-dev7~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eef14e95740979d523dea9180705b5ceca72b686;p=thirdparty%2Fhaproxy.git CLEANUP: global: remove LSTCHK_CAP_BIND Remove LSTCHK_CAP_BIND as it is never set and never checked. --- diff --git a/include/haproxy/global-t.h b/include/haproxy/global-t.h index b6d8c0723d..92d2c6bc11 100644 --- a/include/haproxy/global-t.h +++ b/include/haproxy/global-t.h @@ -46,7 +46,7 @@ #define MODE_DUMP_NB_L 0x10000 /* dump line numbers when the configuration file is dump */ /* list of last checks to perform, depending on config options */ -#define LSTCHK_CAP_BIND 0x00000001 /* check that we can bind to any port */ +/* unused: 0x00000001 */ #define LSTCHK_NETADM 0x00000002 /* check that we have CAP_NET_ADMIN */ /* Global tuning options */