Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
better use of signals for TRACE init/exit
[simgrid.git] / src / msg / msg_global.cpp
index f94fdf3..70480e1 100644 (file)
@@ -100,7 +100,6 @@ static void MSG_exit() {
   if (msg_global==nullptr)
     return;
 
-  TRACE_end();
   delete msg_global;
   msg_global = nullptr;
 }