diff options
Diffstat (limited to 'src/mesh_generator_thread.cpp')
-rw-r--r-- | src/mesh_generator_thread.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |