From: Frederic Suter Date: Thu, 16 Feb 2017 13:03:00 +0000 (+0100) Subject: empty statements... X-Git-Tag: v3_15~343 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/29a3e2305a72c3ad04f0c3b31faf2f875c0fb847 empty statements... --- diff --git a/src/smpi/smpi_replay.cpp b/src/smpi/smpi_replay.cpp index 5301420562..e76971745a 100644 --- a/src/smpi/smpi_replay.cpp +++ b/src/smpi/smpi_replay.cpp @@ -847,8 +847,8 @@ static void action_allToAllv(const char *const *action) { CHECK_ACTION_PARAMS(action, 2*comm_size+2, 2) int sendcounts[comm_size]; int recvcounts[comm_size]; - int senddisps[comm_size];; - int recvdisps[comm_size];; + int senddisps[comm_size]; + int recvdisps[comm_size]; MPI_Datatype MPI_CURRENT_TYPE2 = MPI_DEFAULT_TYPE;