From 0fb0a7062e558fecdcf8c0c21503a28081370d9f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 4 Nov 2017 21:37:44 +0100 Subject: fixup connection cache free in curl_easy_cleanup --- lib/conncache.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/conncache.h') diff --git a/lib/conncache.h b/lib/conncache.h index 05857c436..0d97a6cef 100644 --- a/lib/conncache.h +++ b/lib/conncache.h @@ -24,7 +24,6 @@ ***************************************************************************/ struct conncache { - bool inited; /* FALSE until inited */ struct curl_hash hash; size_t num_connections; long next_connection_id; @@ -46,7 +45,6 @@ struct connectbundle { /* returns 1 on error, 0 is fine */ int Curl_conncache_init(struct conncache *, int size); -bool Curl_conncache_inited(struct conncache *); void Curl_conncache_destroy(struct conncache *connc); /* return the correct bundle, to a host or a proxy */ -- cgit v1.2.1