From 86fc1e3c11c1ed868c5f3c4175b654a150fcd1a7 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 24 Apr 2018 15:11:19 +0200 Subject: [PATCH] Please Sonar and kill useless declaration (again). --- include/simgrid/smpi/replay.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/simgrid/smpi/replay.hpp b/include/simgrid/smpi/replay.hpp index 193ad33062..d116608502 100644 --- a/include/simgrid/smpi/replay.hpp +++ b/include/simgrid/smpi/replay.hpp @@ -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 { -- 2.20.1