Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move visitedState as a field of SafetyChecker
[simgrid.git] / src / mc / mc_state.cpp
index be66f53..35fc678 100644 (file)
@@ -72,8 +72,6 @@ State::~State()
  */
 void MC_state_delete(simgrid::mc::State* state, int free_snapshot)
 {
-  if (state->system_state && free_snapshot)
-    delete state->system_state;
   delete state;
 }