Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please Sonar and kill useless declaration (again).
[simgrid.git] / include / simgrid / smpi / replay.hpp
index 193ad33..d116608 100644 (file)
@@ -91,8 +91,6 @@ public:
   int root = 0;
   MPI_Datatype datatype1 = MPI_DEFAULT_TYPE;
   MPI_Datatype datatype2 = MPI_DEFAULT_TYPE;
-
-  virtual void parse(simgrid::xbt::ReplayAction& action, std::string name) = 0;
 };
 
 class BcastArgParser : public CollCommParser {