Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[xbt] Remove useless bits
[simgrid.git] / include / xbt / swag.h
index 2431b3088c25be5a89a7d20f37a2a948b8cc43eb..ecbdb15c46233decfeec67e392cc280da7fafd32 100644 (file)
@@ -193,15 +193,4 @@ static inline void *xbt_swag_getFirst(xbt_swag_t swag)
 
 SG_END_DECL()
 
 
 SG_END_DECL()
 
-#ifdef __cplusplus
-namespace simgrid {
-namespace xbt {
-  inline void destroy(xbt_swag_t s)
-  {
-    xbt_swag_free(s);
-  }
-}
-}
-#endif
-
 #endif                          /* _XBT_SWAG_H */
 #endif                          /* _XBT_SWAG_H */