X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc6b95dec8c8c9c6f6aba852061d2e469c21aca1..f5958f5d0655abd2e061c03551e84f3b1920cc34:/src/mc/mc_state.cpp diff --git a/src/mc/mc_state.cpp b/src/mc/mc_state.cpp index a93afe2e06..5ffc15c843 100644 --- a/src/mc/mc_state.cpp +++ b/src/mc/mc_state.cpp @@ -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 */