]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: quic: remove non-existing quic_cid_tree definition
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 27 Jun 2024 16:51:02 +0000 (18:51 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 3 Jul 2024 13:02:40 +0000 (15:02 +0200)
quic_cid_tree global variable does not exist anymore. Remove its
definition in quic_conn.c.

src/proto_quic.c

index 93a24af4b4f656c394cff77dbada2e362d4c4ed9..64fb45c693927730b2f46b3b9eaa7102dd21bf2f 100644 (file)
@@ -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