From: Amaury Denoyelle Date: Wed, 9 Feb 2022 09:34:59 +0000 (+0100) Subject: MINOR: mux-quic: remove quic_transport_params_update X-Git-Tag: v2.6-dev2~188 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59e0b1f44cb99766080d2cc102f0b8681c93b36e;p=thirdparty%2Fhaproxy.git MINOR: mux-quic: remove quic_transport_params_update This function is unused. --- diff --git a/include/haproxy/xprt_quic.h b/include/haproxy/xprt_quic.h index 4107fbe838..e27f299b98 100644 --- a/include/haproxy/xprt_quic.h +++ b/include/haproxy/xprt_quic.h @@ -56,12 +56,6 @@ static inline int qc_is_listener(struct quic_conn *qc) return qc->flags & QUIC_FL_CONN_LISTENER; } -/* Update the mux stream-related transport parameters from connection */ -static inline void quic_transport_params_update(struct quic_conn *qc) -{ - quic_mux_transport_params_update(qc->qcc); -} - /* Returns the required length in bytes to encode QUIC connection ID. */ static inline size_t sizeof_quic_cid(const struct quic_cid *cid) {