From: Arnaud Giersch Date: Wed, 23 Nov 2011 08:10:08 +0000 (+0100) Subject: xbt_dict_new_ext() doesn't exist anymore. X-Git-Tag: exp_20120216~241^2~62 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4473d1cfe6892c03b33a5e39b6dda7d67605e342 xbt_dict_new_ext() doesn't exist anymore. --- diff --git a/src/xbt/dict.c b/src/xbt/dict.c index c58f0c0882..c054fb5499 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -32,7 +32,7 @@ static void dict_mallocator_reset_f(void *dict); /** * \brief Constructor * \return pointer to the destination - * \see xbt_dict_new_ext(), xbt_dict_free() + * \see xbt_dict_free() * * Creates and initialize a new dictionary with a default hashtable size. */