From a285dc1b7f66775a7151497a8ea7e59902e04250 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Wed, 6 Jun 2018 14:17:33 +0200 Subject: [PATCH] now useless, bummer --- include/simgrid/s4u/Link.hpp | 2 -- 1 file changed, 2 deletions(-) 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 }; -- 2.20.1