mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-11 14:05:12 +00:00
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.
This commit is contained in:
parent
415150f764
commit
1d323de5e1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user