X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/81b2c8f6358e3f5c0e1d480a45e8d1b574210177..a2a1aee909cfa9076f9dbe34778140af74dfebd3:/src/xbt/dict_private.h diff --git a/src/xbt/dict_private.h b/src/xbt/dict_private.h index 17856d2a4c..7869357aeb 100644 --- a/src/xbt/dict_private.h +++ b/src/xbt/dict_private.h @@ -36,8 +36,6 @@ typedef struct xbt_dict_ { typedef struct xbt_dict_cursor_ s_xbt_dict_cursor_t; -unsigned int xbt_dict_hash(const char *str); - extern xbt_mallocator_t dict_elm_mallocator; extern void* dict_elm_mallocator_new_f(void); extern void dict_elm_mallocator_free_f(void* elem);