X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/196327afa332e6c85827da70da72a1aaa178739a..8dab160f93ec22d35efbc5bd742191e4e37aafa4:/src/simix/smx_global.cpp diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index c527f79be5..d61721f99a 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -503,13 +503,6 @@ void SIMIX_run() SIMIX_wake_processes(); } while (again); - /* Autorestart all process */ - for (auto const& host : host_that_restart) { - XBT_INFO("Restart processes on host %s", host->get_cname()); - SIMIX_host_autorestart(host); - } - host_that_restart.clear(); - /* Clean processes to destroy */ SIMIX_process_empty_trash();