Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Protected is useless here (please sonar).
[simgrid.git] / src / include / xbt / parmap.hpp
index dd5037f..bc65ff9 100644 (file)
@@ -90,7 +90,6 @@ private:
      */
     virtual void worker_wait(unsigned) = 0;
 
-  protected:
     Parmap<T>& parmap;
   };