From: Viktor Szakats Date: Sun, 27 Jul 2025 08:43:40 +0000 (+0200) Subject: cf-https-connect: delete unused declaration X-Git-Tag: curl-8_16_0~388 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f80a9b25368549e33fb6ed61a955661787e2505;p=thirdparty%2Fcurl.git cf-https-connect: delete unused declaration Closes #18036 --- diff --git a/lib/cf-https-connect.h b/lib/cf-https-connect.h index c36726f0a2..5a2ef11e14 100644 --- a/lib/cf-https-connect.h +++ b/lib/cf-https-connect.h @@ -40,12 +40,6 @@ CURLcode Curl_cf_http_connect_add(struct Curl_easy *data, int sockindex, bool try_h3, bool try_h21); -CURLcode -Curl_cf_http_connect_insert_after(struct Curl_cfilter *cf_at, - struct Curl_easy *data, - bool try_h3, bool try_h21); - - CURLcode Curl_cf_https_setup(struct Curl_easy *data, struct connectdata *conn, int sockindex);