X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd7325c13c2afc315d1dfa41c643a58197bfe99a..4a69abcc786d029bd2962537f767d12a0f808d11:/src/simix/libsmx.cpp diff --git a/src/simix/libsmx.cpp b/src/simix/libsmx.cpp index 482750dd27..3b63a278b8 100644 --- a/src/simix/libsmx.cpp +++ b/src/simix/libsmx.cpp @@ -781,18 +781,6 @@ xbt_dict_t simcall_storage_get_properties(smx_storage_t storage) return simcall_BODY_storage_get_properties(storage); } -/** - * \ingroup simix_storage_management - * \brief Returns a dict containing the content of a storage element. - * - * \param storage A storage element - * \return The content of this storage element as a dict (full path file => size) - */ -xbt_dict_t simcall_storage_get_content(smx_storage_t storage) -{ - return simcall_BODY_storage_get_content(storage); -} - void simcall_run_kernel(std::function const& code) { simcall_BODY_run_kernel(&code);