]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/s4u/Barrier.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
say bye to simgrid::surf namespace
[simgrid.git] / include / simgrid / s4u / Barrier.hpp
index a1f577077df845a646d854b09bda263333249325..f5d3fa57cf6e56ea687c1b2d616f66f27999f52a 100644 (file)
@@ -32,7 +32,6 @@ public:
   /** Creates a barrier for the given amount of actors */
   explicit Barrier(unsigned int expected_actors) : expected_actors_(expected_actors) {}
 #ifndef DOXYGEN
-  ~Barrier()              = default;
   Barrier(Barrier const&) = delete;
   Barrier& operator=(Barrier const&) = delete;
 #endif