Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused static functions.
[simgrid.git] / src / xbt / dict.c
index 80c8a6c..b2726fd 100644 (file)
@@ -672,11 +672,6 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(xbt_dict);
 
 XBT_TEST_SUITE("dict", "Dict data container");
 
-static void print_str(void *str)
-{
-  printf("%s", (char *) PRINTF_STR(str));
-}
-
 static void debuged_add_ext(xbt_dict_t head, const char *key,
                             const char *data_to_fill, void_f_pvoid_t free_f)
 {