From: mquinson Date: Tue, 22 Aug 2006 22:10:15 +0000 (+0000) Subject: This function is private thus static X-Git-Tag: v3.3~2634 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/77b991d5e8d3a4c462f313fdd97989777415b498?hp=5ae6545bfb26cc43af8e66284b505d819b4804df This function is private thus static git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2725 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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);