X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd0269d32f2c27ff9b74ec7890caea1fdff55b50..bc0e9c9ecdf8b93f139978e522433f0a9fdcdedd:/src/msg/msg_actions.cpp diff --git a/src/msg/msg_actions.cpp b/src/msg/msg_actions.cpp index 916aa87422..4d9d7ef381 100644 --- a/src/msg/msg_actions.cpp +++ b/src/msg/msg_actions.cpp @@ -14,13 +14,12 @@ SG_BEGIN_DECL() void MSG_action_init() { - simgrid::xbt::replay_init(); MSG_function_register_default(simgrid::xbt::replay_runner); } void MSG_action_exit() { - simgrid::xbt::replay_exit(); + // Nothing to do anymore here } /** \ingroup msg_trace_driven