X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e178ac13ec47f50311be0b1a40fab2a84ad23744..b423e899ab6e257d5c2cf489585ad5ca0af21724:/src/msg/mailbox.h?ds=sidebyside 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