From 4553b6fae9860536665e7dc1587f4fc3b1440a92 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 9 Feb 2012 13:10:36 +0100 Subject: [PATCH] Remove declarations for non-existent functions. --- include/xbt/dict.h | 6 ------ src/xbt/dict.c | 3 --- 2 files changed, 9 deletions(-) diff --git a/include/xbt/dict.h b/include/xbt/dict.h index 10cf467b57..05b34c8a2e 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -160,12 +160,6 @@ XBT_PUBLIC(int) xbt_dict_cursor_get_or_free(xbt_dict_cursor_t * cursor, * @{ */ -/** \brief To dump multicache, this function dumps a cache */ -XBT_PUBLIC(void) xbt_dict_print(void *data); -/** \brief To dump multicache, this one dumps a string */ -XBT_PUBLIC(void) xbt_dict_prints(void *data); - - /*----[ xbt_multidict_set ]--------------------------------------------------*/ XBT_PUBLIC(void) xbt_multidict_set(xbt_dict_t mdict, diff --git a/src/xbt/dict.c b/src/xbt/dict.c index 81fb5e6b69..61a045a6f7 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -1308,9 +1308,6 @@ XBT_TEST_UNIT("multicrash", test_dict_multicrash, "Multi-dict crash test") xbt_dynar_free(&keys); - /* if (verbose>0) - xbt_dict_dump(mdict,&xbt_dict_print); */ - xbt_dict_free(&mdict); xbt_dynar_free(&keys); -- 2.20.1