Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused variable.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 12 Feb 2013 14:58:57 +0000 (15:58 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 12 Feb 2013 15:47:12 +0000 (16:47 +0100)
src/surf/surf_routing_cluster.c

index ab45c3f..3ba6ccc 100644 (file)
@@ -67,7 +67,7 @@ static void cluster_get_graph(xbt_graph_t graph, xbt_dict_t nodes,
   int isrc;
   int table_size = xbt_dynar_length(rc->index_network_elm);
 
-  sg_routing_edge_t src, dst;
+  sg_routing_edge_t src;
   xbt_node_t current, previous, backboneNode,routerNode;
   s_surf_parsing_link_up_down_t info;