X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/03b24505f40da4306ebf6f2b56c42941ae1d97e4..e2f13c6eb4d0c1b07e1b32a75016431dd75a68d2:/src/simix/smx_global.cpp diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index d49094502b..5831192050 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -236,10 +236,6 @@ void SIMIX_clean() /* Exit the SIMIX network module */ SIMIX_mailbox_exit(); - while (not simgrid::kernel::timer::kernel_timers().empty()) { - delete simgrid::kernel::timer::kernel_timers().top().second; - simgrid::kernel::timer::kernel_timers().pop(); - } /* Let's free maestro now */ delete simix_global->maestro_;