CLEANUP: completely remove trashlen

Commit c919dc66 did not remove the trashlen assigment.
diff --git a/src/haproxy.c b/src/haproxy.c
index e252032..7606cec 100644
--- a/src/haproxy.c
+++ b/src/haproxy.c
@@ -156,7 +156,6 @@
 
 /* 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.