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.hpp
index b16fe7c..c30e4ec 100644 (file)
@@ -29,7 +29,6 @@ class RawContext : public SwappedContext {
 public:
   RawContext(std::function<void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process,
              SwappedContextFactory* factory);
-  ~RawContext() override;
 
   void swap_into(SwappedContext* to) override;