Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding debug messages
[simgrid.git] / src / simix / smx_network.c
index 9f47c973955741bfcecced98240047d6da0ea387..942deb5779546d558095ebf0d46fad35728867d0 100644 (file)
@@ -258,9 +258,7 @@ smx_synchro_t SIMIX_comm_new(e_smx_comm_type_t type)
   synchro->latency_limited = -1;
 #endif
 
-#ifdef HAVE_TRACING
   synchro->category = NULL;
-#endif
 
   XBT_DEBUG("Create communicate synchro %p", synchro);
   ++smx_total_comms;