changeset 2094:72a7624215ae

removal of redundant call
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Oct 2016 14:17:48 +0200
parents 9e0712846be6
children 9e8b315625c1
files Core/HttpClient.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Core/HttpClient.cpp	Wed Oct 05 16:29:22 2016 +0200
+++ b/Core/HttpClient.cpp	Thu Oct 06 14:17:48 2016 +0200
@@ -680,8 +680,6 @@
 #else
     CheckCode(curl_global_init(CURL_GLOBAL_ALL & ~CURL_GLOBAL_SSL));
 #endif
-
-    CheckCode(curl_global_init(CURL_GLOBAL_DEFAULT));
   }