Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless declaration of default destructor.
[simgrid.git] / include / simgrid / kernel / routing / NetPoint.hpp
index fd1bcb2..e6cc4b3 100644 (file)
@@ -29,7 +29,6 @@ public:
   enum class Type { Host, Router, NetZone };
 
   NetPoint(const std::string& name, NetPoint::Type component_type, NetZoneImpl* netzone_p);
-  ~NetPoint() = default;
 
   // Our rank in the vertices_ array of the netzone that contains us.
   unsigned int id() const { return id_; }