mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
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:
parent
b18e988e0d
commit
2178bf1192
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user