X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dae0945417b60dd56b2d01d3190873f1c7eee08d..5eb856761d5f073b07eac25c05012cfa8075e1f1:/src/smpi/colls/allgather/allgather-GB.cpp diff --git a/src/smpi/colls/allgather/allgather-GB.cpp b/src/smpi/colls/allgather/allgather-GB.cpp index f50e07f9fa..88bc100e85 100644 --- a/src/smpi/colls/allgather/allgather-GB.cpp +++ b/src/smpi/colls/allgather/allgather-GB.cpp @@ -6,8 +6,6 @@ #include "../colls_private.h" -using namespace simgrid::smpi; - // Allgather - gather/bcast algorithm int Coll_allgather_GB::allgather(void *send_buff, int send_count, MPI_Datatype send_type, void *recv_buff,