From bd6b90359c654f4c75964755e476a8bfd90114ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Wed, 30 Aug 2017 08:09:41 +0200 Subject: Remove DSTACK support (#6346) Debugstacks is not useful, we don't really use it, the DebugStack is not pertinent, gdb and lldb are better if we really want to debug. --- src/httpfetch.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/httpfetch.cpp') 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(); -- cgit v1.2.3