Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar: this variable will be overwritten in the next loop cycle
[simgrid.git] / src / xbt / log.c
index 0f076b4..7f0775d 100644 (file)
@@ -264,9 +264,6 @@ static void xbt_log_connect_categories(void)
   XBT_LOG_CONNECT(surf_trace);
   XBT_LOG_CONNECT(surf_vm);
   XBT_LOG_CONNECT(surf_host);
-
-  /* routing */
-  XBT_LOG_CONNECT(AsImpl);
    
 #endif /* simgrid_EXPORTS */
 }