From a059f6ed850a1d54f10c62e7bd001cc6ebf788ec Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Wed, 6 Jun 2018 12:58:00 +0200 Subject: [PATCH] useless private --- include/simgrid/s4u/Link.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/simgrid/s4u/Link.hpp b/include/simgrid/s4u/Link.hpp index 44cc8b6ebb..d95a753bc0 100644 --- a/include/simgrid/s4u/Link.hpp +++ b/include/simgrid/s4u/Link.hpp @@ -29,7 +29,6 @@ class XBT_PUBLIC Link : public simgrid::xbt::Extendable { // The private implementation, that never changes kernel::resource::LinkImpl* const pimpl_; -private: bool currentlyDestroying_ = false; public: -- 2.20.1