X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fe803617ce4e98547bf1d8c040a9576cc8e4eac..80d9a48e7538e146c639c538a52a1113d4fa922f:/examples/simdag/schedule-dotload/sd_schedule-dotload.c?ds=sidebyside diff --git a/examples/simdag/schedule-dotload/sd_schedule-dotload.c b/examples/simdag/schedule-dotload/sd_schedule-dotload.c index 67a27934e9..aa77528c9f 100644 --- a/examples/simdag/schedule-dotload/sd_schedule-dotload.c +++ b/examples/simdag/schedule-dotload/sd_schedule-dotload.c @@ -34,7 +34,6 @@ int main(int argc, char **argv) if(!dot){ XBT_CRITICAL("The dot file with the provided scheduling is wrong," " more information with the option : --log=sd_dotparse.thres:verbose"); - SD_exit(); exit(2); } @@ -81,7 +80,5 @@ int main(int argc, char **argv) fclose(out); xbt_dynar_free_container(&dot); - /* exit */ - SD_exit(); return 0; }