From 4473d1cfe6892c03b33a5e39b6dda7d67605e342 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 23 Nov 2011 09:10:08 +0100 Subject: [PATCH] xbt_dict_new_ext() doesn't exist anymore. --- src/xbt/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.20.1