X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/78735fcbb46edc128c9a77677283c6f20c3d9a65..93a0ed1772a486bea8a79537a8fec5e1c8cec6ec:/src/smpi/smpi_comm.hpp diff --git a/src/smpi/smpi_comm.hpp b/src/smpi/smpi_comm.hpp index b98092fc99..c0b0c204ac 100644 --- a/src/smpi/smpi_comm.hpp +++ b/src/smpi/smpi_comm.hpp @@ -10,12 +10,6 @@ #include "private.h" -typedef struct s_smpi_mpi_comm_key_elem { - MPI_Comm_copy_attr_function* copy_fn; - MPI_Comm_delete_attr_function* delete_fn; -} s_smpi_mpi_comm_key_elem_t; -typedef struct s_smpi_mpi_comm_key_elem *smpi_comm_key_elem; - namespace simgrid{ namespace smpi{ @@ -40,7 +34,6 @@ class Comm : public F2C, public Keyval{ Comm() = default; Comm(MPI_Group group, MPI_Topology topo); - int dup(MPI_Comm* newcomm); MPI_Group group(); MPI_Topology topo();