]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: listeners: remove unused disable_listener and disable_all_listeners
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2020 14:31:30 +0000 (16:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 09:27:30 +0000 (11:27 +0200)
commitd00800995870c8af5d44688354bb7fbd3da6d0bc
tree5748189eb87dcc49d1542e163b69188455e7b610
parentfb4ead8e8ac86007a21ee5295cc3fc56196dd321
CLEANUP: listeners: remove unused disable_listener and disable_all_listeners

These ones have never been called, they were referenced by the protocol's
disable_all for some protocols but there are no traces of their use, so
in addition to not being sure the code works, it has never been tested.
Let's remove a bit of complexity starting from there.
include/haproxy/listener.h
src/listener.c