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