Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
keep track of which datatype was duplicated, to be able to match with it later
[simgrid.git] / src / smpi / include / smpi_host.hpp
index 7d75aa2..f1ff837 100644 (file)
@@ -26,7 +26,6 @@ public:
   static xbt::Extension<s4u::Host, smpi::Host> EXTENSION_ID;
 
   explicit Host(s4u::Host* ptr);
-  ~Host() = default;
 
   double orecv(size_t size);
   double osend(size_t size);