Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
implement receive async
[simgrid.git] / include / simgrid / s4u / mailbox.hpp
index c519700..d98da45 100644 (file)
@@ -23,7 +23,6 @@ class Comm;
  * sender and receiver.
  */
 class Mailbox {
-       friend Actor; // FIXME: remove it when recv async exist
        friend Comm;
 
 private: