Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use Msg.verb instead of System.out for message.
[simgrid.git] / src / xbt / xbt_main.c
index 37c22c7..59b050c 100644 (file)
@@ -92,7 +92,6 @@ static void xbt_preinit(void) {
   srand(seed);
   srand48(seed);
 
-  atexit(xbt_postexit);
 }
 
 static void xbt_postexit(void)