From 77b991d5e8d3a4c462f313fdd97989777415b498 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 22 Aug 2006 22:10:15 +0000 Subject: [PATCH] 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 --- src/xbt/dict_private.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.20.1