X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebd53cac243186b83457179668123ae1ddbd47a2..9f34e4c6b167e7c684ba096920e4702a8d584e3c:/src/smpi/private.h?ds=sidebyside diff --git a/src/smpi/private.h b/src/smpi/private.h index 3c57388dcb..6c38d98b37 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -83,10 +83,6 @@ typedef struct smpi_global_t { double reference_speed; // state vars - int root_ready:1; - int ready_process_count; - smx_mutex_t start_stop_mutex; - smx_cond_t start_stop_cond; smx_host_t *hosts; int host_count;