X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d900364a801ea8e049c5862e360aedea8093094..6a9513d2cc6e9c0bd4f9fb042e0b315dfede50b3:/src/surf/surf_routing.cpp diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index dee4649daf..581e2d35ef 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -315,8 +315,6 @@ static void elements_father(sg_netcard_t src, sg_netcard_t dst, * \param dst the destination host name * \param *route the route where the links are stored. It is either NULL or a ready to use dynar * \param *latency the latency, if needed - * - * This function is called by "get_route" and "get_latency". It allows to walk recursively through the ASes tree. */ static void _get_route_and_latency(simgrid::surf::NetCard *src, simgrid::surf::NetCard *dst, xbt_dynar_t * links, double *latency)