Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unnecessary access specifiers
[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)