X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6658e9f2ff4a24cc2e074c654f8f818be1d79089..4c206c2ab2737c12672b8bc7aab7b0ea2cc99484:/src/kernel/context/ContextRaw.hpp diff --git a/src/kernel/context/ContextRaw.hpp b/src/kernel/context/ContextRaw.hpp index 63fe3b783a..b16fe7c612 100644 --- a/src/kernel/context/ContextRaw.hpp +++ b/src/kernel/context/ContextRaw.hpp @@ -47,17 +47,6 @@ private: static void wrapper(void* arg); }; -class ParallelRawContext : public RawContext { -public: - ParallelRawContext(std::function code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process, - SwappedContextFactory* factory) - : RawContext(std::move(code), cleanup_func, process, factory) - { - } - void suspend() override; - void resume() override; -}; - class RawContextFactory : public SwappedContextFactory { public: RawContextFactory() : SwappedContextFactory("RawContextFactory") {}