X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3ea3997e7eadb26ad7e99731a40009386312d69..f968cbbb699423fa252994ff42de77f8671ac7eb:/src/xbt/dict_private.h diff --git a/src/xbt/dict_private.h b/src/xbt/dict_private.h index 4d80294131..50ee25e5d7 100644 --- a/src/xbt/dict_private.h +++ b/src/xbt/dict_private.h @@ -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