Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: untangle the dependency code a tiny bit
[simgrid.git] / src / mc / mc_state.cpp
index a93afe2..5ffc15c 100644 (file)
@@ -17,7 +17,6 @@ namespace mc {
 
 State::State(unsigned long state_number) : num_(state_number)
 {
-  this->internal_comm_.clear();
   auto maxpid = api::get().get_maxpid();
   actor_states_.resize(maxpid);
   /* Stateful model checking */