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).
This commit is contained in:
Daniel Stenberg
2015-05-12 23:06:11 +02:00
parent b419e7ae0c
commit fd137786e5
9 changed files with 91 additions and 183 deletions

View File

@@ -39,7 +39,6 @@
#include "warnless.h"
#include "speedcheck.h"
#include "conncache.h"
#include "bundles.h"
#include "multihandle.h"
#include "pipeline.h"
#include "sigpipe.h"