X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bdde4c97ef4a5c90e301b76c52da159005e43b55..6d79cb117e4999f3e5c28a1c580b88516bdbe9d6:/src/mc/mc_global.cpp diff --git a/src/mc/mc_global.cpp b/src/mc/mc_global.cpp index 56fbbb3cb8..5813e62076 100644 --- a/src/mc/mc_global.cpp +++ b/src/mc/mc_global.cpp @@ -60,10 +60,6 @@ std::vector processes_time; #if HAVE_MC -/* MC global data structures */ -simgrid::mc::State* mc_current_state = nullptr; -char mc_replay_mode = false; - /* Liveness */ namespace simgrid { @@ -78,7 +74,7 @@ xbt_automaton_t property_automaton = nullptr; FILE *dot_output = nullptr; -/******************************* Initialisation of MC *******************************/ +/******************************* Initialization of MC *******************************/ /*********************************************************************************/ void MC_init_dot_output() @@ -143,7 +139,7 @@ void dumpStack(FILE* file, unw_cursor_t cursor) int status; - // Demangle C++ names: + // Unmangle C++ names: char* realname = abi::__cxa_demangle(name, 0, 0, &status); #if defined(__x86_64__)