From: Amaury Denoyelle Date: Thu, 27 Jun 2024 16:51:02 +0000 (+0200) Subject: CLEANUP: quic: remove non-existing quic_cid_tree definition X-Git-Tag: v3.1-dev3~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d186673df09b35d23b647242d8b838037520b0b;p=thirdparty%2Fhaproxy.git CLEANUP: quic: remove non-existing quic_cid_tree definition quic_cid_tree global variable does not exist anymore. Remove its definition in quic_conn.c. --- diff --git a/src/proto_quic.c b/src/proto_quic.c index 93a24af4b4..64fb45c693 100644 --- a/src/proto_quic.c +++ b/src/proto_quic.c @@ -51,7 +51,6 @@ /* per-thread quic datagram handlers */ struct quic_dghdlr *quic_dghdlrs; -struct eb_root *quic_cid_tree; /* global CID trees */ #define QUIC_CID_TREES_CNT 256