BUILD: log: unused variable svid

This results from previous fix.
This commit is contained in:
Willy Tarreau 2012-12-28 14:46:45 +01:00
parent d79a3b248e
commit 886bb33c06

View File

@ -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;