]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cf-https-connect: delete unused declaration
authorViktor Szakats <commit@vsz.me>
Sun, 27 Jul 2025 08:43:40 +0000 (10:43 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 27 Jul 2025 09:04:11 +0000 (11:04 +0200)
Closes #18036

lib/cf-https-connect.h

index c36726f0a222d4b619d578dbc1eee2e9b6820001..5a2ef11e145ae4232a247a77e0907a70852f2a93 100644 (file)
@@ -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);