]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: log-format: remove unused arguments
authorThierry FOURNIER / OZON.IO <thierry.fournier@ozon.io>
Tue, 22 Nov 2016 21:33:24 +0000 (22:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 17:54:26 +0000 (18:54 +0100)
commit6fe0e1b977a8950464421ec37a0c00d3983b43a8
treeb0a22687429963a8a08e68c076fd451cd10153ef
parentbca46f0d9df6def5f4cf81d83d8fd9fe522696ee
CLEANUP: log-format: remove unused arguments

The log-format function parse_logformat_string() takes file and line
for building parsing logs. These two parameters are embedded in the
struct proxy curproxy, which is the current parsing context.

This patch removes these two unused arguments.
include/proto/log.h
src/cfgparse.c
src/log.c
src/proto_http.c