aboutsummaryrefslogtreecommitdiff
path: root/lib/pipeline.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-05-12 23:06:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-05-12 23:21:33 +0200
commitfd137786e527dd7f58b11b0e46ed366a5596152a (patch)
treea1e7d813d06e53544fc5c9af64aa19be0ba969f5 /lib/pipeline.c
parentb419e7ae0c9869ac3eb06d529efeb2c6dc1b4bc1 (diff)
bundles: merged into conncache.c
All the existing Curl_bundle* functions were only ever used from within the conncache.c file, so I moved them over and made them static (and removed the Curl_ prefix).
Diffstat (limited to 'lib/pipeline.c')
-rw-r--r--lib/pipeline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pipeline.c b/lib/pipeline.c
index 50df4adb2..365ab00dc 100644
--- a/lib/pipeline.c
+++ b/lib/pipeline.c
@@ -32,7 +32,6 @@
#include "pipeline.h"
#include "sendf.h"
#include "rawstr.h"
-#include "bundles.h"
#include "curl_memory.h"
/* The last #include file should be: */