Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless declaration of default destructor.
[simgrid.git] / src / surf / network_ib.hpp
index e08b23a..007bc0c 100644 (file)
@@ -35,7 +35,6 @@ public:
   // number of comms the node is receiving
   int nbActiveCommsDown = 0;
   explicit IBNode(int id) : id(id){};
-  virtual ~IBNode() = default;
 };
 
 class XBT_PRIVATE NetworkIBModel : public NetworkSmpiModel {