X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/358b3ac1d1ce9e2cfcc7583271916ebd96eff6da..5b52e25dc0e3d17cdbe0323f922d7bb4fc238af3:/src/simix/smx_io.cpp diff --git a/src/simix/smx_io.cpp b/src/simix/smx_io.cpp index 759226131b..38659cae08 100644 --- a/src/simix/smx_io.cpp +++ b/src/simix/smx_io.cpp @@ -180,10 +180,6 @@ xbt_dict_t SIMIX_storage_get_properties(smx_storage_t storage){ return surf_storage_get_properties(storage); } -const char* SIMIX_storage_get_name(smx_storage_t storage){ - return sg_storage_name(storage); -} - void SIMIX_io_destroy(smx_activity_t synchro) { simgrid::kernel::activity::Io *io = static_cast(synchro);