commit | 408d226aa199fd9200e30ef5d0615af2168063a6 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Apr 26 17:36:56 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 28 14:47:53 2022 +0200 |
tree | fa2b53b0cb80f80b16a67b9dcf67ea985f80dcca | |
parent | fe8f555f5c25dbc72129fb99422bf8ceee3e01b5 [diff] |
MINOR: mux-quic: remove unused bogus qcc_get_stream() qcc_get_stream() was used when qcs and qc_stream_desc shared the same node-tree. This is not the case anymore since e4301da5ed9e77844c653ea4caf233546febe591 MINOR: quic-stream: use distinct tree nodes for quic stream and qcs Now this function is broken as the qcc tree only contains qcs. Thankfully it is unused so it can be removed without impact.