From: Christopher Faulet Date: Mon, 30 Mar 2026 13:23:47 +0000 (+0200) Subject: CLEANUP: stconn: Remove usless sc_new_from_haterm() declaration X-Git-Tag: v3.4-dev8~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4eee1f206f9b609f2157eedfd0b2a031daa6aea;p=thirdparty%2Fhaproxy.git CLEANUP: stconn: Remove usless sc_new_from_haterm() declaration This function does not exist. Let's remove its declaration. --- diff --git a/include/haproxy/stconn.h b/include/haproxy/stconn.h index c53c72237..8d4094c2b 100644 --- a/include/haproxy/stconn.h +++ b/include/haproxy/stconn.h @@ -46,7 +46,6 @@ void se_shutdown(struct sedesc *sedesc, enum se_shut_mode mode); struct stconn *sc_new_from_endp(struct sedesc *sedesc, struct session *sess, struct buffer *input); struct stconn *sc_new_from_strm(struct stream *strm, unsigned int flags); struct stconn *sc_new_from_check(struct check *check, unsigned int flags); -struct stconn *sc_new_from_haterm(struct sedesc *sd, struct session *sess, struct buffer *input); void sc_free(struct stconn *sc); int sc_attach_mux(struct stconn *sc, void *target, void *ctx);