X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c37ba147bb19b8e363f6486d95d3bad8b26eb4e..b04e106fa6f41fb78629ec02eae652a9500e8f84:/src/simix/libsmx.cpp diff --git a/src/simix/libsmx.cpp b/src/simix/libsmx.cpp index a3aad4a842..ddb760abb6 100644 --- a/src/simix/libsmx.cpp +++ b/src/simix/libsmx.cpp @@ -746,18 +746,6 @@ int simcall_file_move(smx_file_t fd, const char* fullpath) return simcall_BODY_file_move(fd, fullpath); } -/** - * \ingroup simix_storage_management - * \brief Returns a dict of the properties assigned to a storage element. - * - * \param storage A storage element - * \return The properties of this storage element - */ -xbt_dict_t simcall_storage_get_properties(smx_storage_t storage) -{ - return simcall_BODY_storage_get_properties(storage); -} - void simcall_run_kernel(std::function const& code) { simcall_BODY_run_kernel(&code);