Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / include / simgrid / s4u / comm.hpp
index 7ff8615..239755e 100644 (file)
@@ -26,8 +26,6 @@ XBT_PUBLIC_CLASS Comm : public Activity {
 public:
   ~Comm() override;
 
-public:
-  
   /*! take a range of s4u::Comm* (last excluded) and return when one of them is finished. The return value is an iterator on the finished Comms. */
   template<class I> static
   I wait_any(I first, I last)