mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-27 04:43:37 -04: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
1 changed files with 0 additions and 2 deletions
|
|
@ -17,6 +17,4 @@ int quic_pacing_expired(const struct quic_pacer *pacer);
|
|||
|
||||
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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue