X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97a3566477c35dea5ea4d31bde30cc59529114bf..2b704ed9fe0479a5b422eb7123f949ede6eb7e27:/src/smpi/mpi/smpi_request.cpp diff --git a/src/smpi/mpi/smpi_request.cpp b/src/smpi/mpi/smpi_request.cpp index 8467be601e..fd86a4e6c6 100644 --- a/src/smpi/mpi/smpi_request.cpp +++ b/src/smpi/mpi/smpi_request.cpp @@ -911,7 +911,6 @@ void Request::finish_wait(MPI_Request* request, MPI_Status * status) MC_assert(not MC_is_active()); /* Only fail in MC mode */ } unref(request); - } int Request::wait(MPI_Request * request, MPI_Status * status)