]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: http: remove the two unused constructors in rules and ana
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Apr 2022 17:26:26 +0000 (19:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Apr 2022 17:26:26 +0000 (19:26 +0200)
commitebab60279e45770d5c62e2f4988ddb745eaca35e
tree0b352631068e24455aafc624d5a779a796da82e6
parent8ead1d084ad771da26135464bae70da34deb55fe
BUILD: http: remove the two unused constructors in rules and ana

__http_protocol_init() and __http_rules_init() were empty leftovers
from a previous more intense use of constructors. Let's just get rid
of them now.
src/http_ana.c
src/http_rules.c