Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please Sonar and kill useless declaration (again).
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>
Thu, 21 Jun 2018 14:56:24 +0000 (16:56 +0200)
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;
   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 {
 };
 
 class BcastArgParser : public CollCommParser {