Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill useless declaration.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 24 Apr 2018 13:11:19 +0000 (15:11 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 24 Apr 2018 19:19:58 +0000 (21:19 +0200)
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 {