Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / examples / smpi / mc / mutual_exclusion.c
index e929a8d..235860c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2020. The SimGrid Team.
+/* Copyright (c) 2014-2023. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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 */