From f34c1c956827a2f973cd160be9d8c97ede00e979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Wed, 24 Aug 2022 18:17:13 +0200 Subject: [PATCH] CLEANUP: quic: No more use ->rx_list MT_LIST entry point (quic_rx_packet) This quic_rx_packet is definitively no more used. Should be backported to 2.6 to ease the future backports. --- include/haproxy/xprt_quic-t.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/haproxy/xprt_quic-t.h b/include/haproxy/xprt_quic-t.h index 39280b8be..6ee7f4298 100644 --- a/include/haproxy/xprt_quic-t.h +++ b/include/haproxy/xprt_quic-t.h @@ -391,7 +391,6 @@ struct quic_dgram { struct quic_rx_packet { struct list list; - struct mt_list rx_list; struct list qc_rx_pkt_list; struct quic_conn *qc; unsigned char type;