X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a7c78afcfb651c6e585f19ec4f60089e8a483a8..d8c29e0ad8da256d3fdc27921467e8df7a5693ad:/src/gras/DataDesc/cbps.c diff --git a/src/gras/DataDesc/cbps.c b/src/gras/DataDesc/cbps.c index c3f7e4ca06..df1b055db7 100644 --- a/src/gras/DataDesc/cbps.c +++ b/src/gras/DataDesc/cbps.c @@ -27,10 +27,6 @@ typedef struct s_gras_cbps { xbt_dynar_t globals; } s_gras_cbps_t; -static void free_string(void *d){ - free(*(void**)d); -} - gras_cbps_t gras_cbps_new(void) { gras_cbps_t res;