Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a god damn race condition: make sure nobody changes the dynar->used value before...
[simgrid.git] / src / xbt / xbt_context_factory.h
index b6f1a99..7ad0ad0 100644 (file)
@@ -27,11 +27,6 @@ typedef struct s_xbt_context_factory
        \r
 }s_xbt_context_factory_t;\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
 /**\r
  * This function select a context factory associated with the name specified by\r
  * the parameter name.\r