From: Arnaud Giersch Date: Tue, 12 Feb 2013 14:58:57 +0000 (+0100) Subject: Kill unused variable. X-Git-Tag: v3_9_90~494^2~12 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5983df9ea678c1bca6d9a1938c3aa4de9e685959?hp=7bb7b9877ade77f3ffc33fb65ce39a4e71095a3b;ds=sidebyside Kill unused variable. --- 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;