From 1c6f56eb14514a972f9e6e31dbbbf8f3601d2dc0 Mon Sep 17 00:00:00 2001 From: schnorr Date: Wed, 6 Oct 2010 15:43:39 +0000 Subject: [PATCH 1/1] onelink_routes revision: removing a comment git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8363 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surf_routing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 8a901ee4d6..ecc32d9fe6 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -702,7 +702,7 @@ static xbt_dynar_t recursive_get_onelink_routes (routing_component_t rc) xbt_dict_cursor_t cursor=NULL; routing_component_t rc_child; xbt_dict_foreach(rc->routing_sons, cursor, key, rc_child) { - xbt_dynar_t onelink_child = recursive_get_onelink_routes (rc_child);//->get_onelink_routes (rc_child); + xbt_dynar_t onelink_child = recursive_get_onelink_routes (rc_child); if (onelink_child){ xbt_dynar_foreach(onelink_child, cpt, link) { xbt_dynar_push(ret,&link); -- 2.20.1