Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The windows implementation of simgrid use now the portable snprintf so, enable the...
[simgrid.git] / src / smpi / smpi_util.c
index faae149..59518a2 100644 (file)
@@ -37,9 +37,7 @@ unsigned int smpi_sleep(unsigned int seconds)
 
        SIMIX_mutex_destroy(mutex);
        SIMIX_cond_destroy(cond);
-       SIMIX_action_destroy(action);
-
-       // FIXME: check for success/failure?
+       //SIMIX_action_destroy(action);
 
        smpi_bench_begin();
        return 0;