X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ef124af903bef166526a5e5a34e035db21876103..15f9e0adbd11d2a0736440004a2f71ef9cfccab8:/src/kernel/context/ContextBoost.cpp diff --git a/src/kernel/context/ContextBoost.cpp b/src/kernel/context/ContextBoost.cpp index 21dc80d097..37a348195f 100644 --- a/src/kernel/context/ContextBoost.cpp +++ b/src/kernel/context/ContextBoost.cpp @@ -15,11 +15,6 @@ namespace kernel { namespace context { // BoostContextFactory - -BoostContextFactory::BoostContextFactory() : SwappedContextFactory("BoostContextFactory") {} - -BoostContextFactory::~BoostContextFactory() = default; - smx_context_t BoostContextFactory::create_context(std::function code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process) { @@ -111,12 +106,6 @@ void BoostContext::swap_into(SwappedContext* to_) #endif } -void BoostContext::stop() -{ - Context::stop(); - throw StopRequest(); -} - // ParallelBoostContext void ParallelBoostContext::suspend() {