Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplification: if jedule headers are loaded, jedule is here and needed
[simgrid.git] / include / simgrid / s4u / Link.hpp
index d95a753..fd39b35 100644 (file)
@@ -29,12 +29,9 @@ class XBT_PUBLIC Link : public simgrid::xbt::Extendable<Link> {
   // The private implementation, that never changes
   kernel::resource::LinkImpl* const pimpl_;
 
-  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 */