]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: httpclient: deleted unused variables
authorMiroslav Zagorac <mzagorac@haproxy.com>
Mon, 19 Sep 2022 10:18:53 +0000 (12:18 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 19 Sep 2022 12:39:28 +0000 (14:39 +0200)
commit133e2a23d00f7ce2159afbc1908920b5bef9e431
tree7a850252f5fae0336dd3905bfe2a57b30511b44b
parentafb7b9d8e5a70a741bbb890945fa9ff51dad027d
CLEANUP: httpclient: deleted unused variables

The locally defined static variables 'httpclient_srv_raw' and
'httpclient_srv_ssl' are not used anywhere in the source code,
except that they are set in the httpclient_precheck() function.
src/http_client.c