mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04:00
BUILD: log: unused variable svid
This results from previous fix.
This commit is contained in:
parent
d79a3b248e
commit
886bb33c06
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue