]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: log: unused variable svid
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Dec 2012 13:46:45 +0000 (14:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Dec 2012 13:46:45 +0000 (14:46 +0100)
This results from previous fix.

src/log.c

index b13872f28c535d8da4aff412380357f3ce4c46a4..709a66ab419d6a256aa6d9c3c80c52a1a66d7e0b 100644 (file)
--- 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;