X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/be63c8c7ae3cdbae4e4f97b0dd9fa1bbda7e8e1e..3502bf1993d45e8fd54892262565aef8b1914b3d:/include/xbt/parmap.h diff --git a/include/xbt/parmap.h b/include/xbt/parmap.h index e9eb7ca118..15257b55e6 100644 --- a/include/xbt/parmap.h +++ b/include/xbt/parmap.h @@ -48,15 +48,4 @@ XBT_PUBLIC(void*) xbt_parmap_next(xbt_parmap_t parmap); SG_END_DECL() -#ifdef __cplusplus -namespace simgrid { -namespace xbt { - inline void destroy(xbt_parmap_t p) - { - xbt_parmap_destroy(p); - } -} -} -#endif - #endif