Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename the plugins from the command line, and document it
[simgrid.git] / src / xbt / dict_private.h
index 4d80294..50ee25e 100644 (file)
@@ -29,8 +29,6 @@ typedef struct s_xbt_dict {
   int fill;
 } s_xbt_dict_t;
 
-typedef struct s_xbt_dict_cursor s_xbt_dict_cursor_t;
-
 extern XBT_PRIVATE xbt_mallocator_t dict_elm_mallocator;
 XBT_PRIVATE void * dict_elm_mallocator_new_f(void);
 #define dict_elm_mallocator_free_f xbt_free_f