From: Martin Quinson Date: Mon, 29 Feb 2016 08:27:31 +0000 (+0100) Subject: I'm glad: this prototype was not used X-Git-Tag: v3_13~636 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e37abccaa5b5cfb44e2cfcf68d5156766da28dc1 I'm glad: this prototype was not used --- diff --git a/src/surf/surf_routing_dijkstra.hpp b/src/surf/surf_routing_dijkstra.hpp index ae5e000bfc..0bf2e1f8d1 100644 --- a/src/surf/surf_routing_dijkstra.hpp +++ b/src/surf/surf_routing_dijkstra.hpp @@ -57,7 +57,6 @@ public: * will have a loopback attached to it. */ void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t route, double *lat) override; - void getRouteAndLatency(sg_platf_route_cbarg_t route, double *lat); // FIXME: this function is dangerously not overriding because of diverging prototype xbt_dynar_t getOneLinkRoutes() override; void addRoute(sg_platf_route_cbarg_t route) override;