X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/15f9e0adbd11d2a0736440004a2f71ef9cfccab8..6658e9f2ff4a24cc2e074c654f8f818be1d79089:/src/kernel/context/ContextUnix.hpp diff --git a/src/kernel/context/ContextUnix.hpp b/src/kernel/context/ContextUnix.hpp index d1aeff2e28..00c4832144 100644 --- a/src/kernel/context/ContextUnix.hpp +++ b/src/kernel/context/ContextUnix.hpp @@ -46,17 +46,6 @@ private: static void make_ctx(ucontext_t* ucp, void (*func)(int, int), UContext* arg); }; -class ParallelUContext : public UContext { -public: - ParallelUContext(std::function code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process, - SwappedContextFactory* factory) - : UContext(std::move(code), cleanup_func, process, factory) - { - } - void suspend() override; - void resume() override; -}; - class UContextFactory : public SwappedContextFactory { public: UContextFactory() : SwappedContextFactory("UContextFactory") {}