Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this is no useless
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Tue, 13 Apr 2021 15:24:42 +0000 (17:24 +0200)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Tue, 13 Apr 2021 15:24:42 +0000 (17:24 +0200)
include/simgrid/forward.h
src/kernel/routing/TorusZone.cpp

index 4e0437b..1a2015d 100644 (file)
@@ -168,7 +168,6 @@ class DiskModel;
 }
 namespace routing {
 class ClusterCreationArgs;
-class LinkCreationArgs;
 class NetPoint;
 class NetZoneImpl;
 class RouteCreationArgs;
index 1663e31..910f353 100644 (file)
@@ -25,7 +25,6 @@ void TorusZone::create_links_for_node(ClusterCreationArgs* cluster, int id, int
   int dim_product = 1; // Needed to calculate the next neighbor_id
 
   for (unsigned int j = 0; j < dimensions_.size(); j++) {
-    LinkCreationArgs link;
     int current_dimension = dimensions_[j]; // which dimension are we currently in?
                                             // we need to iterate over all dimensions and create all links there
     // The other node the link connects