Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Field seems unused since 10 years at least.
[simgrid.git] / src / kernel / actor / ActorImpl.hpp
index caef390..bbc6a5a 100644 (file)
@@ -59,7 +59,6 @@ public:
 
   std::exception_ptr exception_;
   bool finished_  = false;
-  bool blocked_   = false; /* FIXME this field is never set to true. Either use it or remove it. */
   bool suspended_ = false;
 
   activity::ActivityImplPtr waiting_synchro = nullptr; /* the current blocking synchro if any */