X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4c206c2ab2737c12672b8bc7aab7b0ea2cc99484..94f511befd8ea7dea78746c1f6ae818a778e67e7:/src/kernel/context/ContextRaw.hpp diff --git a/src/kernel/context/ContextRaw.hpp b/src/kernel/context/ContextRaw.hpp index b16fe7c612..c30e4ecf4d 100644 --- a/src/kernel/context/ContextRaw.hpp +++ b/src/kernel/context/ContextRaw.hpp @@ -29,7 +29,6 @@ class RawContext : public SwappedContext { public: RawContext(std::function code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process, SwappedContextFactory* factory); - ~RawContext() override; void swap_into(SwappedContext* to) override;