X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/928c7d925f7dd44da445d7032934577ac4d88770..98d2f4bc9ec0e7394f0c0e54f378353081193efe:/src/mc/mc_state.cpp diff --git a/src/mc/mc_state.cpp b/src/mc/mc_state.cpp index a3420467a6..5967f1a3a3 100644 --- a/src/mc/mc_state.cpp +++ b/src/mc/mc_state.cpp @@ -69,12 +69,6 @@ void MC_state_interleave_process(simgrid::mc::State* state, smx_process_t proces state->processStates[process->pid].interleave_count = 0; } -void MC_state_remove_interleave_process(simgrid::mc::State* state, smx_process_t process) -{ - if (state->processStates[process->pid].state == simgrid::mc::ProcessInterleaveState::interleave) - state->processStates[process->pid].state = simgrid::mc::ProcessInterleaveState::done; -} - void MC_state_set_executed_request(simgrid::mc::State* state, smx_simcall_t req, int value) {