Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar and remove unused types
[simgrid.git] / doc / doxygen / uhood_switch.doc
index 7247341..b3bd850 100644 (file)
@@ -629,7 +629,6 @@ which can be exposed using the same API as `std::condition_variable`:
 @code{cpp}
 class ConditionVariable {
 private:
-  friend s_smx_cond_t;
   smx_cond_t cond_;
   ConditionVariable(smx_cond_t cond) : cond_(cond) {}
 public: