X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b5a32d440ace6920ebbe5b5425aedd515d11708..ce6c6e673d5d233ea614018e5ca97e9ef5b63fa4:/src/surf/surf_routing_full.hpp diff --git a/src/surf/surf_routing_full.hpp b/src/surf/surf_routing_full.hpp index 76edfe66b6..91de4a4160 100644 --- a/src/surf/surf_routing_full.hpp +++ b/src/surf/surf_routing_full.hpp @@ -30,7 +30,6 @@ public: void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency) override; xbt_dynar_t getOneLinkRoutes() override; void parseRoute(sg_platf_route_cbarg_t route) override; - void parseASroute(sg_platf_route_cbarg_t route) override; sg_platf_route_cbarg_t *p_routingTable = nullptr; };