pipelining: Remove dead code.

This commit is contained in:
Linus Nielsen Feltzing
2013-03-14 13:30:59 +01:00
parent 0f147887b0
commit c2fab66575
2 changed files with 0 additions and 39 deletions

View File

@@ -22,10 +22,6 @@
*
***************************************************************************/
struct connectdata *
Curl_bundle_find_best(struct SessionHandle *data,
struct connectbundle *cb_ptr);
CURLcode Curl_add_handle_to_pipeline(struct SessionHandle *handle,
struct connectdata *conn);
void Curl_move_handle_from_send_to_recv_pipe(struct SessionHandle *handle,