]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: mux-quic: remove quic_transport_params_update
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 9 Feb 2022 09:34:59 +0000 (10:34 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 9 Feb 2022 14:05:23 +0000 (15:05 +0100)
This function is unused.

include/haproxy/xprt_quic.h

index 4107fbe8383fa24fd6594234f290563709073ee4..e27f299b98856dc82904fc331ac9898ee79d5e0c 100644 (file)
@@ -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 <qc> 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 <cid> QUIC connection ID. */
 static inline size_t sizeof_quic_cid(const struct quic_cid *cid)
 {