X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/65d226053e9899ca078e460632ce7aed82bdfb32..51b60f41f037171a411e084cc07f276a800800f5:/src/smpi/smpi_process.hpp diff --git a/src/smpi/smpi_process.hpp b/src/smpi/smpi_process.hpp index e87f741702..e1587ea9d3 100644 --- a/src/smpi/smpi_process.hpp +++ b/src/smpi/smpi_process.hpp @@ -28,7 +28,6 @@ class Process { MPI_Comm comm_self_ = MPI_COMM_NULL; MPI_Comm comm_intra_ = MPI_COMM_NULL; MPI_Comm* comm_world_ = nullptr; - void* data_ = nullptr; /* user data */ int index_ = MPI_UNDEFINED; char state_; int sampling_ = 0; /* inside an SMPI_SAMPLE_ block? */ @@ -53,8 +52,6 @@ class Process { void mark_as_initialized(); void set_replaying(bool value); bool replaying(); - void set_user_data(void *data); - void *get_user_data(); smpi_trace_call_location_t* call_location(); int index(); MPI_Comm comm_world();