From c87c7201f47679626bdce5214c1c914f13c973ae Mon Sep 17 00:00:00 2001 From: navarrop Date: Wed, 1 Dec 2010 15:21:19 +0000 Subject: [PATCH 1/1] Oops this variable is twice declared. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8810 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surf_routing.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 712c0213b6..3f576f50d3 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -3218,7 +3218,6 @@ static void routing_parse_Scluster(void) #ifdef HAVE_PCRE_LIB char *new_suffix = bprintf("%s", ""); - char *route_src_dst; radical_elements = xbt_str_split(cluster_suffix, "."); xbt_dynar_foreach(radical_elements, iter, groups) { -- 2.20.1