Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no comment...
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 17 Oct 2017 14:30:45 +0000 (16:30 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 17 Oct 2017 14:30:45 +0000 (16:30 +0200)
include/xbt/dict.h

index 675fda4..8cf9fb5 100644 (file)
@@ -103,9 +103,7 @@ XBT_PUBLIC(int) xbt_dict_is_empty(xbt_dict_t dict);
  */
 XBT_PUBLIC(void) xbt_dict_set_ext(xbt_dict_t dict, const char *key, int key_len, void *data, void_f_pvoid_t free_ctn);
 XBT_PUBLIC(void*) xbt_dict_get_ext(xbt_dict_t dict, const char* key, int key_len);
-XBT_PUBLIC(void*)
-XBT_ATTRIB_DEPRECATED_v321("xbt_dict is dying. v3.21 will turn this warning into an error.")
-    xbt_dict_get_or_null_ext(xbt_dict_t dict, const char* key, int key_len);
+XBT_PUBLIC(void*) xbt_dict_get_or_null_ext(xbt_dict_t dict, const char* key, int key_len);
 XBT_PUBLIC(void) xbt_dict_remove_ext(xbt_dict_t dict, const char *key, int key_len);
 
 struct s_xbt_dict_cursor {