X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/af0b5e9494ca8988c8dd7d3874c3c7a400a63172..582b6f00f1f41d334dbc865dd0b993a7e501f3ba:/src/include/surf/surf_resource.h diff --git a/src/include/surf/surf_resource.h b/src/include/surf/surf_resource.h index aa72c4cfaf..dc66869fdd 100644 --- a/src/include/surf/surf_resource.h +++ b/src/include/surf/surf_resource.h @@ -20,21 +20,6 @@ static XBT_INLINE res->properties = props; return res; } -static XBT_INLINE void routing_storage_type_free(void *r) -{ - storage_type_t stype = r; - free(stype->model); - free(stype->type_id); - xbt_dict_free(&(stype->properties)); - xbt_dict_free(&(stype->content)); - free(stype); -} - -static XBT_INLINE void routing_storage_host_free(void *r) -{ - xbt_dynar_t dyn = r; - xbt_dynar_free(&dyn); -} static XBT_INLINE void surf_resource_free(void *r) {