mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 06:06:59 -04:00
CLEANUP: quic: Remove qc_list_all_rx_pkts() defined but not used
This function is not used. May be safely removed.
This commit is contained in:
parent
6635aa6a0a
commit
7d9f12998d
1 changed files with 0 additions and 9 deletions
|
|
@ -560,15 +560,6 @@ static inline void qc_list_qel_rx_pkts(struct quic_enc_level *qel)
|
|||
}
|
||||
}
|
||||
|
||||
static inline void qc_list_all_rx_pkts(struct quic_conn *qc)
|
||||
{
|
||||
fprintf(stderr, "REMAINING QEL RX PKTS:\n");
|
||||
qc_list_qel_rx_pkts(&qc->els[QUIC_TLS_ENC_LEVEL_INITIAL]);
|
||||
qc_list_qel_rx_pkts(&qc->els[QUIC_TLS_ENC_LEVEL_EARLY_DATA]);
|
||||
qc_list_qel_rx_pkts(&qc->els[QUIC_TLS_ENC_LEVEL_HANDSHAKE]);
|
||||
qc_list_qel_rx_pkts(&qc->els[QUIC_TLS_ENC_LEVEL_APP]);
|
||||
}
|
||||
|
||||
void chunk_frm_appendf(struct buffer *buf, const struct quic_frame *frm);
|
||||
|
||||
void quic_set_connection_close(struct quic_conn *qc, const struct quic_err err);
|
||||
|
|
|
|||
Loading…
Reference in a new issue