From: Willy Tarreau Date: Mon, 29 Oct 2012 12:27:23 +0000 (+0100) Subject: CLEANUP: completely remove trashlen X-Git-Tag: v1.5-dev13~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acbbe900e2aa51accbd2665da7ee822e87b73c32;p=thirdparty%2Fhaproxy.git CLEANUP: completely remove trashlen Commit c919dc66 did not remove the trashlen assigment. --- diff --git a/src/haproxy.c b/src/haproxy.c index e2520328b6..7606cec805 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -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.