X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18d0167716b0d86b07ef2e3feaacc8b3c9238326..f84cfe8277f2b62f9caff0052fea73eb468e26a5:/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;