]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/dict_cursor.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : init ignore information for each block/fragment only in mmalloc
[simgrid.git] / src / xbt / dict_cursor.c
index 7141a17837da3a22ce83044a9bb0da686dfc95f4..cd7e1892d2c9e43d8666ba064fa185d3e3e034d9 100644 (file)
@@ -20,11 +20,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_dict_cursor, xbt_dict,
 /* To traverse (simple) dicts                                               */
 /* Don't add or remove entries to the dict while traversing !!!             */
 /*###########################################################################*/
-struct s_xbt_dict_cursor {
-  xbt_dictelm_t current;
-  int line;
-  xbt_dict_t dict;
-};
 
 #undef xbt_dict_CURSOR_DEBUG
 /*#define xbt_dict_CURSOR_DEBUG 1*/