X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..8529dbc001d48079760ec4f67ae8258276ccedde:/src/xbt/dict_private.h diff --git a/src/xbt/dict_private.h b/src/xbt/dict_private.h index 424d589a59..6d83ae4497 100644 --- a/src/xbt/dict_private.h +++ b/src/xbt/dict_private.h @@ -19,8 +19,6 @@ SG_BEGIN_DECL() -#define MAX_FILL_PERCENT 80 - typedef struct s_xbt_dict { void_f_pvoid_t free_f; xbt_dictelm_t *table;