X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab6013dda2f80b21aff83d529738b048e508828f..606955dcf8fe80ad56c207e68de88de0b7b8b58b:/src/smpi/smpi_global.c diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index c5c0e437f2..f604a9bc82 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -168,7 +168,6 @@ void smpi_global_init() // timers smpi_global->timer = xbt_os_timer_new(); - smpi_global->timer_mutex = SIMIX_mutex_init(); smpi_global->timer_cond = SIMIX_cond_init(); smpi_global->do_once_duration_nodes = NULL; @@ -231,7 +230,6 @@ void smpi_global_destroy() xbt_mallocator_free(smpi_global->message_mallocator); xbt_os_timer_free(smpi_global->timer); - SIMIX_mutex_destroy(smpi_global->timer_mutex); SIMIX_cond_destroy(smpi_global->timer_cond); for (curr = smpi_global->do_once_duration_nodes; NULL != curr; curr = next) {