X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7078448ac1bf46c0efef53db538df13884a18a76..3baaf982217fbc818965e8ed71c3ec91e96844d5:/src/kernel/context/ContextRaw.hpp?ds=sidebyside diff --git a/src/kernel/context/ContextRaw.hpp b/src/kernel/context/ContextRaw.hpp index a27e81b33b..1ddb3b5ae7 100644 --- a/src/kernel/context/ContextRaw.hpp +++ b/src/kernel/context/ContextRaw.hpp @@ -47,8 +47,6 @@ private: class RawContextFactory : public SwappedContextFactory { public: - RawContextFactory() : SwappedContextFactory("RawContextFactory") {} - Context* create_context(std::function code, void_pfn_smxprocess_t cleanup, smx_actor_t process) override; }; }}} // namespace