X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b5a32d440ace6920ebbe5b5425aedd515d11708..ce6c6e673d5d233ea614018e5ca97e9ef5b63fa4:/src/surf/surf_routing_dijkstra.cpp diff --git a/src/surf/surf_routing_dijkstra.cpp b/src/surf/surf_routing_dijkstra.cpp index 5211683531..ec006a6ead 100644 --- a/src/surf/surf_routing_dijkstra.cpp +++ b/src/surf/surf_routing_dijkstra.cpp @@ -403,14 +403,6 @@ AsDijkstra::AsDijkstra(const char*name, bool cached) p_routeGraph = NULL; p_graphNodeMap = NULL; p_routeCache = NULL; - /*new_component->generic_routing.parse_route = model_dijkstra_both_parse_route; - new_component->generic_routing.parse_ASroute = model_dijkstra_both_parse_route; - new_component->generic_routing.get_route_and_latency = dijkstra_get_route_and_latency; - new_component->generic_routing.get_onelink_routes = - dijkstra_get_onelink_routes; - new_component->generic_routing.get_graph = generic_get_graph; - new_component->generic_routing.finalize = dijkstra_finalize; - new_component->cached = cached;*/ } void AsDijkstra::end() @@ -442,11 +434,6 @@ void AsDijkstra::end() } -void AsDijkstra::parseASroute(sg_platf_route_cbarg_t route) -{ - parseRoute(route); -} - void AsDijkstra::parseRoute(sg_platf_route_cbarg_t route) { char *src = (char*)(route->src);