X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07c319ec54d6fc778ee3cc5e75a747242006723e..e2b930ee430830d0be797be083a0bdd124778e7f:/src/msg/mailbox.h diff --git a/src/msg/mailbox.h b/src/msg/mailbox.h index f8053a57da..aa1ab44775 100644 --- a/src/msg/mailbox.h +++ b/src/msg/mailbox.h @@ -27,19 +27,6 @@ SG_BEGIN_DECL() XBT_PUBLIC(msg_mailbox_t) MSG_mailbox_new(const char *alias); -/*! \brief MSG_mailbox_create - create a new mailbox. - * - * The function MSG_mailbox_new creates a new mailbox identified by - * the key specified by the parameter alias and add it in the global - * dictionary but doesn't add it in the global dictionary. Typicaly, - * this type of mailbox is associated with a channel. - * - * \param alias The alias of the mailbox to create. - * - * \return The newly created mailbox. - */ -msg_mailbox_t MSG_mailbox_create(const char *alias); - /* \brief MSG_mailbox_free - release a mailbox from the memory. * * The function MSG_mailbox_free release a mailbox from the memory but does