X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8fff2666abf04e486dc400ca026b788b47c74cb..03e5a5b3408091f939c10a9237bfc23f0f405a74:/include/simgrid/kernel/routing/DragonflyZone.hpp diff --git a/include/simgrid/kernel/routing/DragonflyZone.hpp b/include/simgrid/kernel/routing/DragonflyZone.hpp index 7c3411be78..bfbc897573 100644 --- a/include/simgrid/kernel/routing/DragonflyZone.hpp +++ b/include/simgrid/kernel/routing/DragonflyZone.hpp @@ -92,8 +92,6 @@ public: /** @brief Set the characteristics of links inside the Dragonfly zone */ void set_link_characteristics(double bw, double lat, s4u::Link::SharingPolicy sharing_policy) override; Coords rankId_to_coords(unsigned long rank_id) const; - XBT_ATTRIB_DEPRECATED_v330("Please use rankId_to_coords(int)") void rankId_to_coords(int rank_id, - unsigned int coords[4]) const; private: void generate_routers(const s4u::ClusterCallbacks& set_callbacks);