Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'xbt_random' into 'master'
[simgrid.git] / src / xbt / backtrace.cpp
index 74126b10af71a94bad907aef5c57d2a2dc8075d8..17f5e9c7bf0e99e2c8f9baab9095f279db17e937 100644 (file)
@@ -6,7 +6,6 @@
 #include "src/internal_config.h"
 
 #include <xbt/backtrace.hpp>
-#include <xbt/log.h>
 #include <xbt/string.hpp>
 #include <xbt/sysdep.h>
 #include <xbt/virtu.h>
@@ -34,8 +33,6 @@
 #include <boost/stacktrace.hpp>
 #endif
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_backtrace, xbt, "Backtrace");
-
 /** @brief show the backtrace of the current point (lovely while debugging) */
 void xbt_backtrace_display_current()
 {