Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unused field.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 25 Nov 2020 14:56:11 +0000 (15:56 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 25 Nov 2020 14:56:11 +0000 (15:56 +0100)
include/simgrid/kernel/routing/ClusterZone.hpp

index 030fa6a..cb2923e 100644 (file)
@@ -90,7 +90,6 @@ public:
     return node_pos_with_loopback(id) + (has_limiter_ ? 1 : 0);
   }
 
-  void* loopback_                = nullptr;
   kernel::resource::LinkImpl* backbone_ = nullptr;
   NetPoint* router_              = nullptr;
   bool has_limiter_                = false;