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);