X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7252fa251634f51cf28f3b286b20b9d55fbc2702..127880536a17bd02faba5e25df542b50c9fe72cc:/src/include/surf/surf_resource.h diff --git a/src/include/surf/surf_resource.h b/src/include/surf/surf_resource.h index 84118374ef..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->content); - free(stype->model); - free(stype->type_id); - xbt_dict_free(&stype->properties); - 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) {