X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..01372ae03ec3952d783892694401a9171b47a9b4:/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;