]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream-int: remove stream_int_unregister_handler() and si_detach()
authorWilly Tarreau <w@1wt.eu>
Sun, 19 Jul 2015 16:47:45 +0000 (18:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 19 Jul 2015 16:48:20 +0000 (18:48 +0200)
commit7a08d3b2d727965a29d7096f54fa218d8f078131
tree5ded5b2a6816238ebfa656f0b89ec4511c9d247a
parenta9ff5e64c128601424df9ab2ef695a53b3e5365a
CLEANUP: stream-int: remove stream_int_unregister_handler() and si_detach()

The former was not used anymore and the latter was only used by the former.
They were only aliases to other existing functions anyway.
include/proto/stream_interface.h
src/stream_interface.c