X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa900b346af7c55195fd90c3345cc4107c2afc6d..f3249a61af03aef482d68997d15a1ef6e85503da:/src/msg/msg_io.cpp diff --git a/src/msg/msg_io.cpp b/src/msg/msg_io.cpp index a013379644..3b06812710 100644 --- a/src/msg/msg_io.cpp +++ b/src/msg/msg_io.cpp @@ -587,8 +587,7 @@ void *MSG_storage_get_data(msg_storage_t storage) */ xbt_dict_t MSG_storage_get_content(msg_storage_t storage) { - std::map* content = - static_cast(surf_storage_resource_priv(storage))->getContent(); + std::map* content = surf_storage_resource_priv(storage)->getContent(); xbt_dict_t content_dict = xbt_dict_new_homogeneous(nullptr); for (auto entry : *content) {