summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_channel_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/quic_channel_local.h')
-rw-r--r--ssl/quic/quic_channel_local.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/ssl/quic/quic_channel_local.h b/ssl/quic/quic_channel_local.h
index 37cf73c67a..e2aea16f68 100644
--- a/ssl/quic/quic_channel_local.h
+++ b/ssl/quic/quic_channel_local.h
@@ -87,14 +87,7 @@ struct quic_channel_st {
const OSSL_CC_METHOD *cc_method;
OSSL_ACKM *ackm;
- /*
- * RX demuxer. We register incoming DCIDs with this. Since we currently only
- * support client operation and use one L4 port per connection, we own the
- * demuxer and register a single zero-length DCID with it.
- */
- QUIC_DEMUX *demux;
-
- /* Record layers in the TX and RX directions, plus the RX demuxer. */
+ /* Record layers in the TX and RX directions. */
OSSL_QTX *qtx;
OSSL_QRX *qrx;