aboutsummaryrefslogtreecommitdiff
path: root/lib/pipeline.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2013-03-14 13:30:59 +0100
committerLinus Nielsen Feltzing <linus@haxx.se>2013-03-14 13:30:59 +0100
commitc2fab665759a54b41af08a64df0756b2cdf914ce (patch)
tree38e21b3a59384fd65754129f6c8638836b954bf5 /lib/pipeline.h
parent0f147887b0d592d5fa72215282e84103eb165ad7 (diff)
pipelining: Remove dead code.
Diffstat (limited to 'lib/pipeline.h')
-rw-r--r--lib/pipeline.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/pipeline.h b/lib/pipeline.h
index f3a734c9a..1df958953 100644
--- a/lib/pipeline.h
+++ b/lib/pipeline.h
@@ -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,