Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move mc_global stuff into CommunicationDeterminismChecker
[simgrid.git] / src / mc / mc_global.cpp
index c1b88d1..059a487 100644 (file)
@@ -69,7 +69,6 @@ char mc_replay_mode = false;
 namespace simgrid {
 namespace mc {
 
-std::unique_ptr<s_mc_global_t> initial_global_state = nullptr;
 xbt_automaton_t property_automaton = nullptr;
 
 }