From e28d9c36b9493b07bad5c22bb4c2aadf8915fdb7 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 24 Apr 2018 15:11:19 +0200 Subject: [PATCH] Kill useless declaration. --- 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 edbc4fc24e..0a4f4a6551 100644 --- a/include/simgrid/smpi/replay.hpp +++ b/include/simgrid/smpi/replay.hpp @@ -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 { -- 2.20.1