Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No need to save the observers on the App side now that they are serialized over
[simgrid.git] / src / kernel / actor / ActorImpl.hpp
index c18ae4c..a1672be 100644 (file)
@@ -71,7 +71,6 @@ public:
   activity::ActivityImplPtr waiting_synchro_ = nullptr; /* the current blocking synchro if any */
   std::list<activity::ActivityImplPtr> activities_;     /* the current non-blocking synchros */
   s_smx_simcall simcall_;
-  std::vector<SimcallObserver*> observer_stack_;
   /* list of functions executed when the actor dies */
   std::shared_ptr<std::vector<std::function<void(bool)>>> on_exit =
       std::make_shared<std::vector<std::function<void(bool)>>>();