From: schnorr Date: Wed, 6 Oct 2010 15:43:39 +0000 (+0000) Subject: onelink_routes revision: removing a comment X-Git-Tag: v3_5~461 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1c6f56eb14514a972f9e6e31dbbbf8f3601d2dc0?hp=dc53c1b57310a6309a2da7845937f7c2ec7ed9d4 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 --- 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);