]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: stconn: Remove usless sc_new_from_haterm() declaration
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 30 Mar 2026 13:23:47 +0000 (15:23 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 30 Mar 2026 13:47:05 +0000 (15:47 +0200)
This function does not exist. Let's remove its declaration.

include/haproxy/stconn.h

index c53c7223781be420cb1206277b7aeca039a070c8..8d4094c2bcd159475b14695eccad5a45d665feb0 100644 (file)
@@ -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);