Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use automated call to sd_exit
[simgrid.git] / examples / simdag / goal / goal_test.c
index 290e5f3b559d05048a20adfc4b9ea8e2ec41e6dc..6dfc39484013b666718417b843f6bc3ade7729e4 100644 (file)
@@ -99,7 +99,6 @@ int main(int argc, char **argv) {
   xbt_dynar_free(&done);
   xbt_dynar_free(&reclaimed);
 
-  SD_exit();
   XBT_INFO("Done. Bailing out");
   return 0;
 }