X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e18472f4a205887cd33cc98f2dc05974488db1c..2bc96c63a2cdfac701be8224bf30527aceb25c61:/include/xbt/sysdep.h?ds=sidebyside diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index adc9022a9f..90be945c57 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -144,7 +144,6 @@ void *xbt_realloc(void *p, size_t s) /** @brief like free @hideinitializer */ #define xbt_free free /*nothing specific to do here. A poor valgrind replacement? */ -/*#define xbt_free_fct free * replacement with the guareenty of being a function FIXME:KILLME*/ /** @brief like free, but you can be sure that it is a function */ XBT_PUBLIC(void) xbt_free_f(void *p);