X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ae6545bfb26cc43af8e66284b505d819b4804df..77b991d5e8d3a4c462f313fdd97989777415b498:/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);