projects
/
haproxy-2.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
415150f
)
CLEANUP: haproxy: Remove unused variable
author
Dirkjan Bussink
<d.bussink@gmail.com>
Fri, 14 Sep 2018 12:29:16 +0000
(14:29 +0200)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/src/haproxy.c
b/src/haproxy.c
index
728e71d
..
febef26
100644
(file)
--- 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);