Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill useless declaration.
[simgrid.git] / include / simgrid / smpi / replay.hpp
index edbc4fc..0a4f4a6 100644 (file)
@@ -78,8 +78,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 {