X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d4bf7d1cd502bc979d98e35067872186f2a0a21..3aa62b6a4755ba871847a5f86473c0e651c9d661:/src/surf/network_cm02.hpp diff --git a/src/surf/network_cm02.hpp b/src/surf/network_cm02.hpp index e53c1c8710..9f160e4722 100644 --- a/src/surf/network_cm02.hpp +++ b/src/surf/network_cm02.hpp @@ -10,7 +10,6 @@ #include #include "network_interface.hpp" -#include "xbt/fifo.h" #include "xbt/graph.h" @@ -40,7 +39,7 @@ namespace simgrid { public: NetworkCm02Model(); explicit NetworkCm02Model(void (*solve_fun)(lmm_system_t self)); - virtual ~NetworkCm02Model(); + virtual ~NetworkCm02Model() = default; LinkImpl* createLink(const char* name, double bandwidth, double latency, e_surf_link_sharing_policy_t policy) override; void updateActionsStateLazy(double now, double delta) override;