X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/37425b447b6c77484e80f2ba0303aa6c44c48e9d..6b290f787830132aa439a4b3d6052e5f2f76a040:/src/xbt/xbt_replay.cpp diff --git a/src/xbt/xbt_replay.cpp b/src/xbt/xbt_replay.cpp index 0a1e5acf35..9635ca861a 100644 --- a/src/xbt/xbt_replay.cpp +++ b/src/xbt/xbt_replay.cpp @@ -102,7 +102,7 @@ static void handle_action(ReplayAction& action) action_fun function = action_funs.at(action.at(1)); try { function(action); - } catch (const Exception& e) { + } catch (const Exception&) { action.clear(); throw; }