From: Frederic Suter Date: Wed, 6 Jun 2018 12:17:33 +0000 (+0200) Subject: now useless, bummer X-Git-Tag: v3.20~142 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a285dc1b7f66775a7151497a8ea7e59902e04250 now useless, bummer --- diff --git a/include/simgrid/s4u/Link.hpp b/include/simgrid/s4u/Link.hpp index c02774c7b0..fd39b35d3c 100644 --- a/include/simgrid/s4u/Link.hpp +++ b/include/simgrid/s4u/Link.hpp @@ -29,8 +29,6 @@ class XBT_PUBLIC Link : public simgrid::xbt::Extendable { // The private implementation, that never changes kernel::resource::LinkImpl* const pimpl_; - bool currentlyDestroying_ = false; - public: enum class SharingPolicy { SPLITDUPLEX = 2, SHARED = 1, FATPIPE = 0 };