Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
seek back to the beginning of the file to be sure that the whole file is
[simgrid.git] / src / surf / platf_generator.c
index fadf745abb5e118bbf92adc543d98ee5b0999d4d..feaf4ff09f7c3bf835c1426d44271ad8bbe59746 100644 (file)
@@ -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);