From fd137786e527dd7f58b11b0e46ed366a5596152a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 May 2015 23:06:11 +0200 Subject: 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). --- lib/pipeline.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/pipeline.c') 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: */ -- cgit v1.2.3