]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: haproxy: Remove unused variable
authorDirkjan Bussink <d.bussink@gmail.com>
Fri, 14 Sep 2018 12:29:16 +0000 (14:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Oct 2018 13:09:25 +0000 (15:09 +0200)
Looking at the code, this variable is no longer used and referenced
nowhere. That means it can be safely removed.

src/haproxy.c

index 728e71d9affdc0de17fafc766712b3e265f617ec..febef262300de9fd86d963f30d678ca2db77877f 100644 (file)
@@ -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);