X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..7936ba44d09ddb52f8a0bdcef662872ce025bc2c:/src/simix/smx_private.hpp diff --git a/src/simix/smx_private.hpp b/src/simix/smx_private.hpp index 81da1ce16e..54fdcac886 100644 --- a/src/simix/smx_private.hpp +++ b/src/simix/smx_private.hpp @@ -55,12 +55,6 @@ public: #endif kernel::actor::ActorImpl* maestro_ = nullptr; - // Maps function names to actor code: - std::unordered_map registered_functions; - - // This might be used when no corresponding function name is registered: - simix::ActorCodeFactory default_function; - std::mutex mutex; std::vector> tasks;