summaryrefslogtreecommitdiff
path: root/src/unittest
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-08-30 08:09:41 +0200
committerGitHub <noreply@github.com>2017-08-30 08:09:41 +0200
commitbd6b90359c654f4c75964755e476a8bfd90114ba (patch)
tree2c3322587dfd845efc1332feed6708b9f02a9f69 /src/unittest
parent43f9e948a128606ba4d446b79999ca8718b4456a (diff)
downloadminetest-bd6b90359c654f4c75964755e476a8bfd90114ba.tar.gz
minetest-bd6b90359c654f4c75964755e476a8bfd90114ba.tar.bz2
minetest-bd6b90359c654f4c75964755e476a8bfd90114ba.zip
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.
Diffstat (limited to 'src/unittest')
-rw-r--r--src/unittest/test.cpp2
-rw-r--r--src/unittest/test_connection.cpp2
2 files changed, 0 insertions, 4 deletions
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