X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f45abd9a448a9196144cb2aa845cb966b741d562..87c589b94e563580e8e0585079cdba97914d791d:/src/kernel/context/ContextRaw.hpp diff --git a/src/kernel/context/ContextRaw.hpp b/src/kernel/context/ContextRaw.hpp index f1b7914011..e14877c9ea 100644 --- a/src/kernel/context/ContextRaw.hpp +++ b/src/kernel/context/ContextRaw.hpp @@ -56,15 +56,7 @@ public: void suspend() override; void resume() override; - static void initialize(); - static void finalize(); static void run_all(); - -private: - static simgrid::xbt::Parmap* parmap_; - static std::vector workers_context_; - static std::atomic threads_working_; - static uintptr_t thread_local worker_id_; }; class RawContextFactory : public ContextFactory {