X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed049f0370888f3b2ffd89f714492811aa8ef154..64aac920c111dafd5b2f10815c817f872f4c4340:/src/simix/smx_io.c diff --git a/src/simix/smx_io.c b/src/simix/smx_io.c index 962b85fa8d..8cdcf42b75 100644 --- a/src/simix/smx_io.c +++ b/src/simix/smx_io.c @@ -294,10 +294,6 @@ xbt_dict_t SIMIX_storage_get_properties(smx_storage_t storage){ return surf_resource_get_properties(surf_storage_resource_priv(storage)); } -const char* simcall_HANDLER_storage_get_name(smx_simcall_t simcall, smx_storage_t storage){ - return SIMIX_storage_get_name(storage); -} - const char* SIMIX_storage_get_name(smx_storage_t storage){ xbt_assert((storage != NULL), "Invalid parameters"); return sg_storage_name(storage); @@ -312,10 +308,6 @@ xbt_dict_t SIMIX_storage_get_content(smx_storage_t storage){ return surf_storage_get_content(storage); } -const char* simcall_HANDLER_storage_get_host(smx_simcall_t simcall, smx_storage_t storage){ - return SIMIX_storage_get_host(storage); -} - const char* SIMIX_storage_get_host(smx_storage_t storage){ xbt_assert((storage != NULL), "Invalid parameters"); return surf_storage_get_host(storage);