Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oops this variable is twice declared.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 1 Dec 2010 15:21:19 +0000 (15:21 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 1 Dec 2010 15:21:19 +0000 (15:21 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8810 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/surf_routing.c

index 712c021..3f576f5 100644 (file)
@@ -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) {