Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change static fields in SwappedCtx into regular fields of the factory
[simgrid.git] / src / kernel / context / ContextBoost.cpp
index 49cbec8..9ae90ca 100644 (file)
@@ -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)