Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix dead assignments.
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / dup_with_info.c
index e63acaa..c0472c0 100644 (file)
@@ -28,7 +28,6 @@ int run_tests(MPI_Comm comm)
     MPI_Barrier(comm);
 
     /* Can we communicate with this new communicator? */
-    dest = MPI_PROC_NULL;
     if (rank == 0) {
         dest = size - 1;
         a = rank;