From bd6b90359c654f4c75964755e476a8bfd90114ba Mon Sep 17 00:00:00 2001 From: Loïc Blot 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/mesh_generator_thread.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesh_generator_thread.cpp') diff --git a/src/mesh_generator_thread.cpp b/src/mesh_generator_thread.cpp index 01f4fbd7e..be4bcc1f4 100644 --- a/src/mesh_generator_thread.cpp +++ b/src/mesh_generator_thread.cpp @@ -74,8 +74,6 @@ MeshUpdateQueue::~MeshUpdateQueue() void MeshUpdateQueue::addBlock(Map *map, v3s16 p, bool ack_block_to_server, bool urgent) { - DSTACK(FUNCTION_NAME); - MutexAutoLock lock(m_mutex); cleanupCache(); -- cgit v1.2.3