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 / ContextRaw.cpp
index fe8243d..770a35c 100644 (file)
@@ -215,8 +215,6 @@ RawContext::RawContext(std::function<void()> code, void_pfn_smxprocess_t cleanup
    }
 }
 
-RawContext::~RawContext() = default;
-
 void RawContext::wrapper(void* arg)
 {
   RawContext* context = static_cast<RawContext*>(arg);