Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused variables.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 8 Dec 2010 15:35:57 +0000 (15:35 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 8 Dec 2010 15:35:57 +0000 (15:35 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9097 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/surf_routing.c

index 0611c53..59d95b4 100644 (file)
@@ -3266,8 +3266,6 @@ static void routing_parse_Scluster(void)
   char *cluster_state_file = A_surfxml_cluster_state_file;
   char *host_id, *groups, *link_id = NULL;
   char *router_id, *link_router, *link_backbone;
-  char *host_availability_file = NULL;
-  char *host_state_file = NULL;
   char *availability_file = bprintf("%s",cluster_availability_file);
   char *state_file = bprintf("%s",cluster_state_file);