X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6658e9f2ff4a24cc2e074c654f8f818be1d79089..4c206c2ab2737c12672b8bc7aab7b0ea2cc99484:/src/kernel/context/ContextBoost.hpp diff --git a/src/kernel/context/ContextBoost.hpp b/src/kernel/context/ContextBoost.hpp index 781cdd7a5a..a1548e67a7 100644 --- a/src/kernel/context/ContextBoost.hpp +++ b/src/kernel/context/ContextBoost.hpp @@ -60,17 +60,6 @@ private: static void wrapper(arg_type arg); }; -class ParallelBoostContext : public BoostContext { -public: - ParallelBoostContext(std::function code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process, - SwappedContextFactory* factory) - : BoostContext(std::move(code), cleanup_func, process, factory) - { - } - void suspend() override; - void resume() override; -}; - class BoostContextFactory : public SwappedContextFactory { public: BoostContextFactory() : SwappedContextFactory("BoostContextFactory") {}