mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
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:
parent
a05fefe74d
commit
5d186673df
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user