Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix build (and please valgrind)
[simgrid.git] / include / simgrid / s4u / Link.hpp
index 44cc8b6..c02774c 100644 (file)
@@ -29,13 +29,11 @@ class XBT_PUBLIC Link : public simgrid::xbt::Extendable<Link> {
   // The private implementation, that never changes
   kernel::resource::LinkImpl* const pimpl_;
 
-private:
   bool currentlyDestroying_ = false;
 
 public:
   enum class SharingPolicy { SPLITDUPLEX = 2, SHARED = 1, FATPIPE = 0 };
 
-  virtual void destroy();
   kernel::resource::LinkImpl* get_impl() { return pimpl_; }
 
   /** @brief Retrieve a link from its name */