Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix some more doc bugs
[simgrid.git] / examples / smpi / mc / mutual_exclusion.c
index 0fb0a756fb8fc20452e9285801fafc47359bc6b8..235860c24d31a3be9d5778a56440e98a1cd38db9 100644 (file)
@@ -27,8 +27,6 @@ int main(int argc, char **argv){
     exit(1);
   }
 
-  MC_ignore(&status.count, sizeof status.count);
-
   /* Get number of processes */
   MPI_Comm_size(MPI_COMM_WORLD, &size);
   /* Get id of this process */