X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5e41cea3f1d670f198f312cfe398af95b9ed7b40..d46afc036c17f291795eaaab14ce42d0a96e3feb:/src/s4u/s4u_Engine.cpp diff --git a/src/s4u/s4u_Engine.cpp b/src/s4u/s4u_Engine.cpp index 3f8d5677e8..5cb1a9839a 100644 --- a/src/s4u/s4u_Engine.cpp +++ b/src/s4u/s4u_Engine.cpp @@ -97,14 +97,6 @@ size_t Engine::get_host_count() { return pimpl->hosts_.size(); } -/** @brief Fills the passed list with all hosts found in the platform - * @deprecated Please prefer Engine::getAllHosts() - */ -void Engine::getHostList(std::vector* list) -{ - for (auto const& kv : pimpl->hosts_) - list->push_back(kv.second); -} std::vector Engine::get_all_hosts() {