From acbbe900e2aa51accbd2665da7ee822e87b73c32 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 29 Oct 2012 13:27:23 +0100 Subject: [PATCH] CLEANUP: completely remove trashlen Commit c919dc66 did not remove the trashlen assigment. --- src/haproxy.c | 1 - 1 file changed, 1 deletion(-) 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. -- 2.47.3