aboutsummaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/debug.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 86b727812..a30d6a95f 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -144,10 +144,6 @@ void DebugStack::print(std::ostream &os, bool everything)
std::map<std::thread::id, DebugStack*> g_debug_stacks;
std::mutex g_debug_stacks_mutex;
-void debug_stacks_init()
-{
-}
-
void debug_stacks_print_to(std::ostream &os)
{
MutexAutoLock lock(g_debug_stacks_mutex);