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 / ContextUnix.hpp
index 00c4832..e6961a8 100644 (file)
@@ -28,7 +28,6 @@ class UContext : public SwappedContext {
 public:
   UContext(std::function<void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process,
            SwappedContextFactory* factory);
-  ~UContext() override;
 
   void swap_into(SwappedContext* to) override;