From 5983df9ea678c1bca6d9a1938c3aa4de9e685959 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 12 Feb 2013 15:58:57 +0100 Subject: [PATCH] Kill unused variable. --- src/surf/surf_routing_cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_routing_cluster.c b/src/surf/surf_routing_cluster.c index ab45c3f4bb..3ba6ccc051 100644 --- a/src/surf/surf_routing_cluster.c +++ b/src/surf/surf_routing_cluster.c @@ -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; -- 2.20.1