Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use smx_ctx_wrapper for boost and raw contexts.
[simgrid.git] / src / kernel / context / ContextRaw.hpp
index 2d975e7..7e36473 100644 (file)
@@ -33,8 +33,6 @@ public:
 private:
   /** pointer to top the stack stack */
   void* stack_top_ = nullptr;
-
-  XBT_ATTRIB_NORETURN static void wrapper(RawContext* context);
 };
 
 class RawContextFactory : public SwappedContextFactory {