X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/937f2eb5b429c3c03fc989a25fbc26fabd0cf529..e3a65aaf1b1e5118c9c19ff31822f4a802f6e23d:/src/s4u/s4u_Storage.cpp diff --git a/src/s4u/s4u_Storage.cpp b/src/s4u/s4u_Storage.cpp index b1e3e714ae..799240f9a7 100644 --- a/src/s4u/s4u_Storage.cpp +++ b/src/s4u/s4u_Storage.cpp @@ -93,13 +93,6 @@ sg_size_t Storage::write(sg_size_t size) return i->get_performed_ioops(); } -// Deprecated functions -void getStorageList(std::map* whereTo) -{ - for (auto const& s : simgrid::s4u::Engine::get_instance()->get_all_storages()) - whereTo->insert({s->get_name(), s}); -} - } /* namespace s4u */ } /* namespace simgrid */