Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
step by step cleanup. This code drives me nuts
[simgrid.git] / src / kernel / context / Context.cpp
index 7e3ce08..9415e8d 100644 (file)
@@ -83,7 +83,6 @@ void Context::stop()
 {
   if (this->cleanup_func_)
     this->cleanup_func_(this->actor_);
-  this->actor_->suspended_ = 0;
 
   this->iwannadie = false;
   simgrid::simix::simcall([this] { SIMIX_process_cleanup(this->actor_); });