X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a3445662ab8382ff70d83585c98c0041735f4a5d..61e155ac26178e40e46c04728680a1cbd426cad4:/src/kernel/activity/SleepImpl.cpp diff --git a/src/kernel/activity/SleepImpl.cpp b/src/kernel/activity/SleepImpl.cpp index 6db6d88be6..88cd15b8fb 100644 --- a/src/kernel/activity/SleepImpl.cpp +++ b/src/kernel/activity/SleepImpl.cpp @@ -34,7 +34,6 @@ void simgrid::kernel::activity::SleepImpl::post() switch (surf_sleep->getState()) { case simgrid::surf::Action::State::failed: simcall->issuer->context->iwannadie = 1; - // SMX_EXCEPTION(simcall->issuer, host_error, 0, "Host failed"); state = SIMIX_SRC_HOST_FAILURE; break;