From a39d19f655f4f30d3672e25d2003482867164559 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Fri, 13 Apr 2018 10:15:43 +0200 Subject: [PATCH] [SMPI] Replay: Remove old functions / datatype --- src/smpi/internals/smpi_replay.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/smpi/internals/smpi_replay.cpp b/src/smpi/internals/smpi_replay.cpp index 33c954c811..2cc7ee231c 100644 --- a/src/smpi/internals/smpi_replay.cpp +++ b/src/smpi/internals/smpi_replay.cpp @@ -77,7 +77,6 @@ namespace hash_tuple{ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_replay,smpi,"Trace Replay with SMPI"); -static std::unordered_map*> reqq; typedef std::tuple req_key_t; typedef std::unordered_map>> req_storage_t; @@ -108,16 +107,6 @@ static void log_timed_action(simgrid::xbt::ReplayAction& action, double clock) } } -static std::vector* get_reqq_self() -{ - return reqq.at(simgrid::s4u::this_actor::get_pid()); -} - -static void set_reqq_self(std::vector *mpi_request) -{ - reqq.insert({simgrid::s4u::this_actor::get_pid(), mpi_request}); -} - /* Helper function */ static double parse_double(std::string string) { -- 2.20.1