CLEANUP: quic: remove unused prototype
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 22 Jan 2025 15:16:17 +0000 (16:16 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Jan 2025 14:04:47 +0000 (15:04 +0100)
Remove undefined quic_pacing_send() function prototype from quic_pacing
module.

This should be backported up to 3.1.

(cherry picked from commit 2178bf1192650da0196dc38987e64dfafd74de43)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>

include/haproxy/quic_pacing.h

index 20ad8a2..955f167 100644 (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);
 
-enum quic_tx_err quic_pacing_send(struct quic_pacer *pacer, struct quic_conn *qc);
-
 #endif /* _HAPROXY_QUIC_PACING_H */