]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-quic: remove unused attribute on qcs_is_close_remote()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 9 Dec 2022 15:26:03 +0000 (16:26 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 12 Dec 2022 13:54:39 +0000 (14:54 +0100)
commit6eb3c4b71c34d815d17bb98bdde582f6ca10272e
treee1bdea937bd821af958ffe4ebf84048891e7a258
parent4244833c5f645668f5a90c8dc4a324ede93ebd93
CLEANUP: mux-quic: remove unused attribute on qcs_is_close_remote()

qcs_is_close_remote() is used in qcc_decode_qcs(). Thus the unused
function attribute is now unneeded.

This can be backported up to 2.7.
src/mux_quic.c