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.

(cherry picked from commit f34c1c956827a2f973cd160be9d8c97ede00e979)
Signed-off-by: Willy Tarreau <w@1wt.eu>
This commit is contained in:
Fr�d�ric L�caille 2022-08-24 18:17:13 +02:00 committed by Willy Tarreau
parent 0937ad2b86
commit 5f714c9932

@ -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;