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/clientiface.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/clientiface.cpp') diff --git a/src/clientiface.cpp b/src/clientiface.cpp index 585c1cdc6..8a93b84ac 100644 --- a/src/clientiface.cpp +++ b/src/clientiface.cpp @@ -66,9 +66,6 @@ void RemoteClient::GetNextBlocks ( float dtime, std::vector &dest) { - DSTACK(FUNCTION_NAME); - - // Increment timers m_nothing_to_send_pause_timer -= dtime; m_nearest_unsent_reset_timer += dtime; -- cgit v1.2.3