X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4c206c2ab2737c12672b8bc7aab7b0ea2cc99484..94f511befd8ea7dea78746c1f6ae818a778e67e7:/src/kernel/context/ContextBoost.cpp diff --git a/src/kernel/context/ContextBoost.cpp b/src/kernel/context/ContextBoost.cpp index 49cbec80a8..9ae90ca5ae 100644 --- a/src/kernel/context/ContextBoost.cpp +++ b/src/kernel/context/ContextBoost.cpp @@ -58,8 +58,6 @@ BoostContext::~BoostContext() if (not this->stack_) delete this->fc_; #endif - if (this == get_maestro()) - set_maestro(nullptr); } void BoostContext::wrapper(BoostContext::arg_type arg)