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.
This commit is contained in:
Amaury Denoyelle 2024-06-27 18:51:02 +02:00
parent a05fefe74d
commit 5d186673df

View File

@ -51,7 +51,6 @@
/* per-thread quic datagram handlers */ /* per-thread quic datagram handlers */
struct quic_dghdlr *quic_dghdlrs; struct quic_dghdlr *quic_dghdlrs;
struct eb_root *quic_cid_tree;
/* global CID trees */ /* global CID trees */
#define QUIC_CID_TREES_CNT 256 #define QUIC_CID_TREES_CNT 256