From b423e899ab6e257d5c2cf489585ad5ca0af21724 Mon Sep 17 00:00:00 2001 From: agiersch Date: Wed, 12 Jan 2011 17:08:06 +0000 Subject: [PATCH 1/1] MSG_mailbox_create does not exist anymore. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9400 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/msg/datatypes.h | 1 - src/msg/mailbox.h | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index fa9643c481..fd06f2f44b 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -108,7 +108,6 @@ typedef struct s_smx_rvpoint *msg_mailbox_t; /** @brief Mailbox datatype @ingroup m_datatypes_management_details @{ */ -msg_mailbox_t MSG_mailbox_create(const char *alias); void MSG_mailbox_free(void *mailbox); 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 -- 2.20.1