X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8b5faafecff77b1540810d84fc0b387f85952a5..cc63d7b267be4c20633a0be7db63b3d88030bee6:/src/surf/platf_generator.c diff --git a/src/surf/platf_generator.c b/src/surf/platf_generator.c index fadf745abb..feaf4ff09f 100644 --- a/src/surf/platf_generator.c +++ b/src/surf/platf_generator.c @@ -399,7 +399,6 @@ int platf_graph_is_connected(void) { do { //Get the next node xbt_dynar_get_cpy(connected_nodes, iterator, &graph_node); - node_data = xbt_graph_node_get_data(graph_node); //add all the linked nodes to the connected node array outgoing_edges = xbt_graph_node_get_outedges(graph_node);