From 1657559f7a990ddc091757a83d8e11201bdd5f64 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 13 Mar 2018 14:19:38 +0100 Subject: [PATCH] [SMPI] Replay: Remove unnecessary initialization --- src/smpi/internals/smpi_replay.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/smpi/internals/smpi_replay.cpp b/src/smpi/internals/smpi_replay.cpp index 9e6883dec1..0241c05beb 100644 --- a/src/smpi/internals/smpi_replay.cpp +++ b/src/smpi/internals/smpi_replay.cpp @@ -420,8 +420,6 @@ static void action_bcast(const char *const *action) double clock = smpi_process()->simulated_elapsed(); int root = (action[3]) ? atoi(action[3]) : 0; /* Initialize MPI_CURRENT_TYPE in order to decrease the number of the checks */ - MPI_CURRENT_TYPE= MPI_DEFAULT_TYPE; - MPI_CURRENT_TYPE = (action[3] && action[4]) ? decode_datatype(action[4]) : MPI_DEFAULT_TYPE; int my_proc_id = Actor::self()->getPid(); -- 2.20.1