Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not include C files. Instead, add them to the project file. Hopefully, this will...
[simgrid.git] / src / xbt / xbt_ucontext.h
index b2ce72f..dac3ab0 100644 (file)
@@ -5,11 +5,6 @@
 #include <ucontext.h>                  /* context relative declarations                                                                                                                        */                              \r
 #define STACK_SIZE 128*1024            /* lower this if you want to reduce the memory consumption                                                                      */\r
 \r
-#ifndef _XBT_CONTEXT_FACTORY_T_DEFINED\r
-typedef struct s_xbt_context_factory* xbt_context_factory_t;\r
-#define _XBT_CONTEXT_FACTORY_T_DEFINED\r
-#endif /* !_XBT_CONTEXT_FACTORY_T_DEFINED */\r
-\r
 typedef struct s_xbt_ucontext\r
 {\r
        XBT_CTX_BASE_T;\r
@@ -19,9 +14,6 @@ typedef struct s_xbt_ucontext
 }s_xbt_ucontext_t,* xbt_ucontext_t;\r
 \r
 \r
-int\r
-xbt_ucontext_factory_init(xbt_context_factory_t* factory);\r
-\r
 SG_END_DECL()\r
 \r
 #endif /* !_XBT_UCONTEXT_H */\r