diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
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()) { |