Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
now useless, bummer
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 6 Jun 2018 12:17:33 +0000 (14:17 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 6 Jun 2018 12:17:33 +0000 (14:17 +0200)
include/simgrid/s4u/Link.hpp

index c02774c..fd39b35 100644 (file)
@@ -29,8 +29,6 @@ class XBT_PUBLIC Link : public simgrid::xbt::Extendable<Link> {
   // The private implementation, that never changes
   kernel::resource::LinkImpl* const pimpl_;
 
-  bool currentlyDestroying_ = false;
-
 public:
   enum class SharingPolicy { SPLITDUPLEX = 2, SHARED = 1, FATPIPE = 0 };