X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8b5faafecff77b1540810d84fc0b387f85952a5..cc63d7b267be4c20633a0be7db63b3d88030bee6:/teshsuite/smpi/mpich3-test/comm/dup.c?ds=sidebyside diff --git a/teshsuite/smpi/mpich3-test/comm/dup.c b/teshsuite/smpi/mpich3-test/comm/dup.c index a30975fb40..c9a06e6e79 100644 --- a/teshsuite/smpi/mpich3-test/comm/dup.c +++ b/teshsuite/smpi/mpich3-test/comm/dup.c @@ -33,7 +33,6 @@ int main( int argc, char **argv ) } /* Can we communicate with this new communicator? */ - dest = MPI_PROC_NULL; if (rank == 0) { dest = size - 1; a = rank;