X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48404c66fc4d8248308db1d1398cb79a6763077e..d2548eab32dea3d8939f0d71332c3e8ee2748445:/include/xbt/dict.h diff --git a/include/xbt/dict.h b/include/xbt/dict.h index cf00544e1b..2a9bcba9b4 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -48,7 +48,6 @@ SG_BEGIN_DECL() typedef struct s_xbt_dict *xbt_dict_t; typedef struct s_xbt_dictelm *xbt_dictelm_t; -typedef struct s_xbt_dictelm s_xbt_dictelm_t; typedef struct s_xbt_dictelm { char *key; int key_len;