X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ddabdf505ca5684fbcc0a4000ca27b89b4732abc..eac77828e5174e46ff0bffc3a17149aaefb62438:/src/surf/surf_routing_none.hpp diff --git a/src/surf/surf_routing_none.hpp b/src/surf/surf_routing_none.hpp index 6a82602d36..16b97a4607 100644 --- a/src/surf/surf_routing_none.hpp +++ b/src/surf/surf_routing_none.hpp @@ -21,7 +21,6 @@ public: ~AsNone(); void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency) override; - xbt_dynar_t getOneLinkRoutes() override; void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override; };