summaryrefslogtreecommitdiff
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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ssl/quic/quic_channel_local.h b/ssl/quic/quic_channel_local.h
index 1e9e0e1e68..555e6117d8 100644
--- a/ssl/quic/quic_channel_local.h
+++ b/ssl/quic/quic_channel_local.h
@@ -97,12 +97,6 @@ struct quic_channel_st {
QUIC_SSTREAM *crypto_send[QUIC_PN_SPACE_NUM];
QUIC_RSTREAM *crypto_recv[QUIC_PN_SPACE_NUM];
- /*
- * Our (currently only) application data stream. This is a bidirectional
- * client-initiated stream and thus (in QUICv1) always has a stream ID of 0.
- */
- QUIC_STREAM *stream0;
-
/* Internal state. */
/*
* Client: The DCID used in the first Initial packet we transmit as a client.