Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move exec_init and exec_async to the this_actor namespace
[simgrid.git] / include / simgrid / s4u / Mailbox.hpp
index 3ca3459..4b6a905 100644 (file)
@@ -106,7 +106,6 @@ namespace s4u {
  */
 XBT_PUBLIC_CLASS Mailbox {
   friend Comm;
-  friend simgrid::s4u::Engine;
   friend simgrid::kernel::activity::MailboxImpl;
 
   simgrid::kernel::activity::MailboxImpl* pimpl_;