X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30a925489c6e4d4a92042ef80de375c56ccb562b..c69057bd07befcfb1fafa975dc9d4e76889c82cd:/include/xbt/dict.h diff --git a/include/xbt/dict.h b/include/xbt/dict.h index 6a5e9126c5..87c70ec12f 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -174,15 +174,4 @@ xbt_dict_foreach(head, cursor, key, data) { SG_END_DECL() -#ifdef __cplusplus -namespace simgrid { -namespace xbt { - inline void destroy(xbt_dict_t d) - { - xbt_dict_free(&d); - } -} -} -#endif - #endif /* _XBT_DICT_H */