mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-21 01:51:09 +01:00
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.