Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill unused type sg_mbox_t
[simgrid.git] / include / simgrid / s4u / mailbox.hpp
index e68b46d..88206d6 100644 (file)
@@ -68,8 +68,4 @@ public:
 
 }} // namespace simgrid::s4u
 
 
 }} // namespace simgrid::s4u
 
-XBT_PUBLIC(sg_mbox_t) sg_mbox_by_name(const char*name);
-XBT_PUBLIC(int) sg_mbox_is_empty(sg_mbox_t mbox);
-XBT_PUBLIC(void)sg_mbox_setReceiver(sg_mbox_t mbox, smx_process_t process);
-
 #endif /* SIMGRID_S4U_MAILBOX_HPP */
 #endif /* SIMGRID_S4U_MAILBOX_HPP */