X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0dc66a3644be860680e6df4092484c522e59d40..bf667234dc6219eb5ee398d5dca36a3a16ec340f:/src/mc/mc_dpor.c diff --git a/src/mc/mc_dpor.c b/src/mc/mc_dpor.c index ac406184ee..3c56d0d478 100644 --- a/src/mc/mc_dpor.c +++ b/src/mc/mc_dpor.c @@ -39,9 +39,6 @@ void MC_dpor_init() } } - initial_state->system_state = xbt_new0(s_mc_snapshot_t, 1); - MC_take_snapshot(initial_state->system_state); - xbt_fifo_unshift(mc_stack_safety, initial_state); MC_UNSET_RAW_MEM;