CLEANUP: listeners: remove the now unused enable_all_listeners()
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2020 14:46:38 +0000 (16:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 09:27:30 +0000 (11:27 +0200)
commitdae06927178875c95368ec9af19686dac9da1b32
tree97a7465138d8df5f880b4fea91f90fb02b1f4062
parent078e1c71020ed15437298787e1f2ad41b027d8b3
CLEANUP: listeners: remove the now unused enable_all_listeners()

It's not used anymore since previous commit. The good thing is that
no more listener function now directly acts on a protocol.
include/haproxy/listener.h
src/listener.c