From: Dirkjan Bussink Date: Fri, 14 Sep 2018 12:29:16 +0000 (+0200) Subject: CLEANUP: haproxy: Remove unused variable X-Git-Tag: v1.9-dev4~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d323de5e103a92b612f9f5299f706a5b1a8001c;p=thirdparty%2Fhaproxy.git CLEANUP: haproxy: Remove unused variable Looking at the code, this variable is no longer used and referenced nowhere. That means it can be safely removed. --- diff --git a/src/haproxy.c b/src/haproxy.c index 728e71d9af..febef26230 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -204,7 +204,6 @@ int shut_your_big_mouth_gcc_int = 0; int *children = NULL; /* store PIDs of children in master workers mode */ -static volatile sig_atomic_t caught_signal = 0; static char **next_argv = NULL; struct list proc_list = LIST_HEAD_INIT(proc_list);