From: Fred Suter Date: Tue, 19 Jul 2022 13:50:21 +0000 (-0400) Subject: docs/source/Release_Notes.rst X-Git-Tag: v3.32~5 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/167b4657395ed31ec306a0ed8c05a172f86a6e35 docs/source/Release_Notes.rst [noci] check v3.32 notes --- diff --git a/teshsuite/platforms/flatifier.cpp b/teshsuite/platforms/flatifier.cpp index 451491b895..a61e7c5547 100644 --- a/teshsuite/platforms/flatifier.cpp +++ b/teshsuite/platforms/flatifier.cpp @@ -47,8 +47,6 @@ static void create_environment(xbt_os_timer_t parse_time, const std::string& pla static void dump_hosts() { std::vector hosts = sg4::Engine::get_instance()->get_all_hosts(); - std::sort(hosts.begin(), hosts.end(), - [](const sg4::Host* a, const sg4::Host* b) { return a->get_name() < b->get_name(); }); for (auto const* h : hosts) { std::printf(" get_cname(), h->get_speed()); @@ -108,8 +106,6 @@ static void dump_routers() static void dump_routes() { std::vector hosts = sg4::Engine::get_instance()->get_all_hosts(); - std::sort(hosts.begin(), hosts.end(), - [](const sg4::Host* a, const sg4::Host* b) { return a->get_name() < b->get_name(); }); std::vector netpoints = sg4::Engine::get_instance()->get_all_netpoints(); std::sort(netpoints.begin(), netpoints.end(), [](const simgrid::kernel::routing::NetPoint* a, const simgrid::kernel::routing::NetPoint* b) {