Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[xbt] Remove useless bits
[simgrid.git] / include / xbt / dict.h
index 6a5e912..87c70ec 100644 (file)
@@ -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 */