From f64dbb08c2cd6bcf4f39ca2e75edbfc8cc3116e1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Nov 2014 10:09:40 +0100 Subject: multi: removed Curl_multi_set_easy_connection It isn't used anywhere! Reported-by: Carlo Wood --- lib/multiif.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/multiif.h') diff --git a/lib/multiif.h b/lib/multiif.h index c77b3ca3b..19bdaf2a3 100644 --- a/lib/multiif.h +++ b/lib/multiif.h @@ -55,10 +55,6 @@ struct Curl_multi *Curl_multi_handle(int hashsize, int chashsize); void Curl_multi_dump(const struct Curl_multi *multi_handle); #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); /* Return the value of the CURLMOPT_MAX_HOST_CONNECTIONS option */ -- cgit v1.2.3