Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oops this variable is twice declared.
[simgrid.git] / 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) {