commit | 1d323de5e103a92b612f9f5299f706a5b1a8001c | [log] [tgz] |
---|---|---|
author | Dirkjan Bussink <d.bussink@gmail.com> | Fri Sep 14 14:29:16 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 09 15:09:25 2018 +0200 |
tree | d05ae13ac3c39ee40739c6e691f3c52385e55395 | |
parent | 415150f7640b06740fa832363d186c5c6565338e [diff] |
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 728e71d..febef26 100644 --- a/src/haproxy.c +++ b/src/haproxy.c
@@ -204,7 +204,6 @@ 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);