Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Field seems unused since 10 years at least.
[simgrid.git] / src / kernel / actor / ActorImpl.cpp
index aec21aa..ec818b9 100644 (file)
@@ -186,7 +186,6 @@ void ActorImpl::cleanup()
 void ActorImpl::exit()
 {
   context_->iwannadie = true;
-  blocked_            = false;
   suspended_          = false;
   exception_          = nullptr;