X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/be63c8c7ae3cdbae4e4f97b0dd9fa1bbda7e8e1e..1edb1cfee25e4fd7f3ee36e0b8a310da2aab4c71:/include/xbt/parmap.h diff --git a/include/xbt/parmap.h b/include/xbt/parmap.h index e9eb7ca118..89a8434e65 100644 --- a/include/xbt/parmap.h +++ b/include/xbt/parmap.h @@ -6,8 +6,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef _XBT_PARMAP_H -#define _XBT_PARMAP_H +#ifndef XBT_PARMAP_H +#define XBT_PARMAP_H #include "xbt/misc.h" /* SG_BEGIN_DECL */ #include "xbt/function_types.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