From e37abccaa5b5cfb44e2cfcf68d5156766da28dc1 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 29 Feb 2016 09:27:31 +0100 Subject: [PATCH] I'm glad: this prototype was not used --- src/surf/surf_routing_dijkstra.hpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1