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/util/thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util') diff --git a/src/util/thread.h b/src/util/thread.h index 52c6c6aba..5338dad03 100644 --- a/src/util/thread.h +++ b/src/util/thread.h @@ -203,7 +203,6 @@ public: void *run() { - DSTACK(FUNCTION_NAME); BEGIN_DEBUG_EXCEPTION_HANDLER while (!stopRequested()) { -- cgit v1.2.3