CLEANUP: quic: remove unused prototype

Remove undefined quic_pacing_send() function prototype from quic_pacing
module.

This should be backported up to 3.1.
This commit is contained in:
Amaury Denoyelle 2025-01-22 16:16:17 +01:00
parent b18e988e0d
commit 2178bf1192

View File

@ -17,6 +17,4 @@ int quic_pacing_expired(const struct quic_pacer *pacer);
void quic_pacing_sent_done(struct quic_pacer *pacer, int sent); void quic_pacing_sent_done(struct quic_pacer *pacer, int sent);
enum quic_tx_err quic_pacing_send(struct quic_pacer *pacer, struct quic_conn *qc);
#endif /* _HAPROXY_QUIC_PACING_H */ #endif /* _HAPROXY_QUIC_PACING_H */