X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a99e019997bc87eb33579538473415298ce6d769..10fa8a8eb7be70db4f1a68a53dd22f20681f7092:/src/kernel/context/Context.cpp diff --git a/src/kernel/context/Context.cpp b/src/kernel/context/Context.cpp index dc182b945f..bbbf5eb061 100644 --- a/src/kernel/context/Context.cpp +++ b/src/kernel/context/Context.cpp @@ -99,12 +99,6 @@ void Context::stop() simgrid::simix::simcall([this] { simgrid::s4u::Actor::on_destruction(actor_->iface()); - /* Unregister from the kill timer if any */ - if (actor_->kill_timer != nullptr) { - actor_->kill_timer->remove(); - actor_->kill_timer = nullptr; - } - actor_->cleanup(); }); this->iwannadie = true;