Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
migrate daemons from simix::Global to kernel::EngineImpl
[simgrid.git] / src / simix / smx_private.hpp
index 4034620..227c83f 100644 (file)
@@ -54,8 +54,6 @@ public:
   kernel::actor::ActorImpl* maestro_ = nullptr;
 
   std::mutex mutex;
-
-  std::vector<kernel::actor::ActorImpl*> daemons;
 };
 }
 }