]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Sep 2020 16:54:13 +0000 (18:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 2 Sep 2020 08:40:33 +0000 (10:40 +0200)
commit576a6338683c88febaf26e8a49e403a6a6153ab8
treeea2cf4b194e9f3c01841be42fca1784339fe8041
parentca2126230ae98e5d5a2d36707f1b3947a430f112
CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions

These ones were not used anymore since the two previous patches, let's
drop them.
include/haproxy/listener.h
include/haproxy/protocol-t.h
src/listener.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_udp.c
src/proto_uxst.c