X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8843f95926e1cb5b43a3915b761fa16d1b5635a0..ccc3b6ac54d65bf59be965f90ea657deea9bafa8:/include/simgrid/s4u/mailbox.hpp diff --git a/include/simgrid/s4u/mailbox.hpp b/include/simgrid/s4u/mailbox.hpp index e68b46dd6f..88206d6328 100644 --- a/include/simgrid/s4u/mailbox.hpp +++ b/include/simgrid/s4u/mailbox.hpp @@ -68,8 +68,4 @@ public: }} // 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 */