CLEANUP: server: remove unused variables in srv_update_status()
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 18 Apr 2023 10:08:18 +0000 (12:08 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 21 Apr 2023 12:36:45 +0000 (14:36 +0200)
commitc54b98ac9a28005aff26546e709646a34889532d
treefe161e647f372f79f979f8468c6332f840210f13
parent1746b56e687e59d096233a852746dfbf89fcfddb
CLEANUP: server: remove unused variables in srv_update_status()

check and px local variable aliases are not very useful.
Let's remove them and use s->check and s->proxy instead.
src/server.c