From: navarrop Date: Wed, 1 Dec 2010 15:21:19 +0000 (+0000) Subject: Oops this variable is twice declared. X-Git-Tag: v3_5~21 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c87c7201f47679626bdce5214c1c914f13c973ae 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 --- 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) {