From: Willy Tarreau Date: Fri, 28 Dec 2012 13:46:45 +0000 (+0100) Subject: BUILD: log: unused variable svid X-Git-Tag: v1.5-dev17~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=886bb33c06a6277416aecf02940f1fe3b0a373a7;p=thirdparty%2Fhaproxy.git BUILD: log: unused variable svid This results from previous fix. --- diff --git a/src/log.c b/src/log.c index b13872f28c..709a66ab41 100644 --- a/src/log.c +++ b/src/log.c @@ -855,7 +855,6 @@ int build_logline(struct session *s, char *dst, size_t maxsize, struct list *lis struct proxy *be = s->be; struct http_txn *txn = &s->txn; char *uri; - const char *svid; struct tm tm; int t_request; int hdr;