Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use #if instead if #ifdef for the things in the public config header
[simgrid.git] / src / include / surf / datatypes.h
index 8e704e7..a027f23 100644 (file)
@@ -16,8 +16,6 @@ typedef struct lmm_constraint *lmm_constraint_t;
 typedef struct lmm_constraint_light *lmm_constraint_light_t;
 typedef struct lmm_system *lmm_system_t;
 
-typedef struct tmgr_fes *tmgr_fes_t;
 typedef struct tmgr_trace_iterator *tmgr_trace_iterator_t;
 
-
 #endif                          /* MAXMIN_DATATYPES_H */