]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: mux_quic: remove unused prototype
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Jul 2026 09:21:28 +0000 (11:21 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Jul 2026 12:20:18 +0000 (14:20 +0200)
Remove qcc_update_shut_id() declaration. This function was never defined
in the code.

include/haproxy/mux_quic.h

index d79e2cc661958b12bba0bf0afa1ef2e558329c26..b92128dd5fb3241ed0a0adc044db629ccbc830a8 100644 (file)
@@ -45,7 +45,6 @@ int qcc_stream_can_send(const struct qcs *qcs);
 void qcc_reset_stream(struct qcs *qcs, int err, int term_evt);
 void qcc_send_stream(struct qcs *qcs, int urg, int count);
 void qcc_abort_stream_read(struct qcs *qcs, int err);
-void qcc_update_shut_id(struct qcc *qcc, uint64_t val);
 int qcc_recv(struct qcc *qcc, uint64_t id, uint64_t len, uint64_t offset,
              char fin, char *data);
 int qcc_recv_max_data(struct qcc *qcc, uint64_t max);