]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux: remove the unused "release()" function
authorWilly Tarreau <w@1wt.eu>
Fri, 10 Nov 2017 15:43:05 +0000 (16:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Nov 2017 15:43:05 +0000 (16:43 +0100)
commit28b55c6fed212d0bf8f162360d1e5578c02d5ce2
tree83b77053a5f594eb2bdc5704fc8e10c0ffe368f4
parent7ce3f09513f212a6cf74560d5d228479ccf35c79
CLEANUP: mux: remove the unused "release()" function

In commit 53a4766 ("MEDIUM: connection: start to introduce a mux layer
between xprt and data") we introduced a release() function which ends
up never being used. Let's get rid of it now.
include/types/connection.h
src/mux_h2.c