From: Frederic Suter Date: Wed, 6 Jun 2018 10:58:00 +0000 (+0200) Subject: useless private X-Git-Tag: v3.20~145 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a059f6ed850a1d54f10c62e7bd001cc6ebf788ec?hp=6f13df6a73ac3bbfe197cf4076108a818ec21960 useless private --- 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: