Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless private
[simgrid.git] / include / simgrid / s4u / Link.hpp
index 44cc8b6ebba137b785a9d9f7e323a0a6b6cbeab1..d95a753bc098986790fa2270bc93200c640620f9 100644 (file)
@@ -29,7 +29,6 @@ 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: