X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0cfb40d124549f4dde6f00095847de0d04828adf..5a00610e05eab122e23f56b589d5bb240e6ceda7:/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