mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 22:02:47 +02:00
There were several unused variables in halog.c that each caused a compiler warning [-Wunused-but-set-variable]. This patch simply removes the declaration of said vairables and any instance where the unused variable was assigned a value.