]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: remove the unused Curl_preconnect function
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Apr 2024 08:37:37 +0000 (10:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Apr 2024 13:06:48 +0000 (15:06 +0200)
commit25236c6a80686336f9f7ae66d269552ed332ffc4
treee1938c8bed44c7a8c1118a0375f2ddead1f45900
parentfe226af174b3a0c4303a9e1cdc07a5bacfa0a68a
multi: remove the unused Curl_preconnect function

The implementation has been removed, no point in keeping it around.

Follow-up to 476adfeac019ed

Closes #13422
lib/multi.c
lib/url.c
lib/ws.c