X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c4a020c7ff017b543e7e4e91448528a9a2f620f..0e8d56f015e3ca47f201ec7930818e37794d0152:/teshsuite/smpi/mpich-test/pt2pt/overtake.c diff --git a/teshsuite/smpi/mpich-test/pt2pt/overtake.c b/teshsuite/smpi/mpich-test/pt2pt/overtake.c index 209285f75e..3662918889 100644 --- a/teshsuite/smpi/mpich-test/pt2pt/overtake.c +++ b/teshsuite/smpi/mpich-test/pt2pt/overtake.c @@ -31,7 +31,7 @@ void Generate_Data ( double *, int ); void Normal_Test_Send ( double *, int ); void Normal_Test_Recv ( double *, int ); void Buffered_Test_Send ( double *, int ); -void Buffered_Test_Recv ( double *, int ); +/* void Buffered_Test_Recv ( double *, int ); */ void Async_Test_Send ( double *, int ); void Async_Test_Recv ( double *, int ); int Check_Data ( double *, int );