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/unittest/test.cpp | 2 -- src/unittest/test_connection.cpp | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/unittest') diff --git a/src/unittest/test.cpp b/src/unittest/test.cpp index 615ec2162..84fad41ce 100644 --- a/src/unittest/test.cpp +++ b/src/unittest/test.cpp @@ -228,8 +228,6 @@ void TestGameDef::defineSomeNodes() bool run_tests() { - DSTACK(FUNCTION_NAME); - u64 t1 = porting::getTimeMs(); TestGameDef gamedef; diff --git a/src/unittest/test_connection.cpp b/src/unittest/test_connection.cpp index af5845a18..59535fbfd 100644 --- a/src/unittest/test_connection.cpp +++ b/src/unittest/test_connection.cpp @@ -123,8 +123,6 @@ void TestConnection::testHelpers() void TestConnection::testConnectSendReceive() { - DSTACK("TestConnection::Run"); - /* Test some real connections -- cgit v1.2.3