Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce scope for variables.
[simgrid.git] / src / surf / network_ib.hpp
index 72eecd3af8d13224548cad41edaa29bb6b6469cb..007bc0c9577dacba52a942305b107b4b2cf27d3e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2020. The SimGrid Team.
+/* Copyright (c) 2014-2021. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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 {