Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify initialization of the root log category.
[simgrid.git] / src / xbt / xbt_main.cpp
index 4d41e07..8e70ab9 100644 (file)
@@ -64,7 +64,6 @@ XBT_ATTRIB_NOINLINE void sthread_disable()
 
 static void xbt_preinit()
 {
-  xbt_log_preinit();
   xbt_dict_preinit();
   atexit(xbt_postexit);
 }