]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: quic: remove unused prototype
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 22 Jan 2025 15:16:17 +0000 (16:16 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Jan 2025 13:49:35 +0000 (14:49 +0100)
Remove undefined quic_pacing_send() function prototype from quic_pacing
module.

This should be backported up to 3.1.

include/haproxy/quic_pacing.h

index 20ad8a2c0b25bac0d7a1604b626ba1b34c579cf2..955f167dd974a7b2d5b98ef63d82e817ae1727f8 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 */