Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update MANIFEST.in, .gitignore.
[simgrid.git] / src / simix / smx_private.hpp
index 81da1ce16eb9e239cac890773b28993ebd461908..54fdcac886ea68e5494869566fa993215a401fa0 100644 (file)
@@ -55,12 +55,6 @@ public:
 #endif
   kernel::actor::ActorImpl* maestro_ = nullptr;
 
-  // Maps function names to actor code:
-  std::unordered_map<std::string, simix::ActorCodeFactory> registered_functions;
-
-  // This might be used when no corresponding function name is registered:
-  simix::ActorCodeFactory default_function;
-
   std::mutex mutex;
 
   std::vector<xbt::Task<void()>> tasks;