From 886bb33c06a6277416aecf02940f1fe3b0a373a7 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 28 Dec 2012 14:46:45 +0100 Subject: [PATCH] BUILD: log: unused variable svid This results from previous fix. --- src/log.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/log.c b/src/log.c index b13872f28..709a66ab4 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;