diff options
Diffstat (limited to 'src/httpfetch.cpp')
-rw-r--r-- | src/httpfetch.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/httpfetch.cpp b/src/httpfetch.cpp index 6a9a5e235..140bcbe97 100644 --- a/src/httpfetch.cpp +++ b/src/httpfetch.cpp @@ -642,8 +642,6 @@ protected: void *run() { - DSTACK(FUNCTION_NAME); - CurlHandlePool pool; m_multi = curl_multi_init(); |