Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prefer a reference for first parameter of {test,wait}_{all,any}.
[simgrid.git] / src / plugins / host_load.cpp
index a9a58366a31c2198d788d470c5420f36450ee29f..477e8e2bce8fa0523881b614b1af1952bfdbf869 100644 (file)
@@ -63,7 +63,6 @@ public:
       , current_flops_(host_->get_load())
   {
   }
-  ~HostLoad() = default;
   HostLoad() = delete;
   explicit HostLoad(simgrid::s4u::Host& ptr) = delete;
   explicit HostLoad(simgrid::s4u::Host&& ptr) = delete;