mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-24 10:20:52 -05:00
CLEANUP: completely remove trashlen
Commit c919dc66 did not remove the trashlen assigment.
This commit is contained in:
parent
4e25b015a7
commit
acbbe900e2
1 changed files with 0 additions and 1 deletions
|
|
@ -156,7 +156,6 @@ static int oldpids_sig; /* use USR1 or TERM */
|
|||
|
||||
/* this is used to drain data, and as a temporary buffer for sprintf()... */
|
||||
char *trash = NULL;
|
||||
int trashlen = BUFSIZE;
|
||||
|
||||
/* this buffer is always the same size as standard buffers and is used for
|
||||
* swapping data inside a buffer.
|
||||
|
|
|
|||
Loading…
Reference in a new issue