X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e25358c2182b71a87fcd4628c4b614826d9dd30..ccafe2d8af6c598a53ab9a6fa588ce39c776555d:/src/surf/network_ib.hpp diff --git a/src/surf/network_ib.hpp b/src/surf/network_ib.hpp index a90f8abc16..ee3367768e 100644 --- a/src/surf/network_ib.hpp +++ b/src/surf/network_ib.hpp @@ -53,10 +53,9 @@ public: explicit NetworkIBModel(const char* name); NetworkIBModel(const NetworkIBModel&) = delete; NetworkIBModel& operator=(const NetworkIBModel&) = delete; - ~NetworkIBModel() override; void updateIBfactors(NetworkAction* action, IBNode* from, IBNode* to, int remove); - std::unordered_map active_nodes; + std::unordered_map active_nodes; std::unordered_map> active_comms; };