mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:13:32 +03:00
multi: removed Curl_multi_set_easy_connection
It isn't used anywhere! Reported-by: Carlo Wood
This commit is contained in:
parent
dd469eec40
commit
f64dbb08c2
2 changed files with 0 additions and 10 deletions
|
|
@ -2515,12 +2515,6 @@ static int update_timer(struct Curl_multi *multi)
|
||||||
return multi->timer_cb((CURLM*)multi, timeout_ms, multi->timer_userp);
|
return multi->timer_cb((CURLM*)multi, timeout_ms, multi->timer_userp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Curl_multi_set_easy_connection(struct SessionHandle *handle,
|
|
||||||
struct connectdata *conn)
|
|
||||||
{
|
|
||||||
handle->easy_conn = conn;
|
|
||||||
}
|
|
||||||
|
|
||||||
static bool isHandleAtHead(struct SessionHandle *handle,
|
static bool isHandleAtHead(struct SessionHandle *handle,
|
||||||
struct curl_llist *pipeline)
|
struct curl_llist *pipeline)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -55,10 +55,6 @@ struct Curl_multi *Curl_multi_handle(int hashsize, int chashsize);
|
||||||
void Curl_multi_dump(const struct Curl_multi *multi_handle);
|
void Curl_multi_dump(const struct Curl_multi *multi_handle);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Update the current connection of a One_Easy handle */
|
|
||||||
void Curl_multi_set_easy_connection(struct SessionHandle *handle,
|
|
||||||
struct connectdata *conn);
|
|
||||||
|
|
||||||
void Curl_multi_process_pending_handles(struct Curl_multi *multi);
|
void Curl_multi_process_pending_handles(struct Curl_multi *multi);
|
||||||
|
|
||||||
/* Return the value of the CURLMOPT_MAX_HOST_CONNECTIONS option */
|
/* Return the value of the CURLMOPT_MAX_HOST_CONNECTIONS option */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue