X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b6fe7e75cd720400327e0585247824b7b82805aa..dac5d8074d0d4971410ad158c52f1bc6f1dda9a4:/src/simix/libsmx.cpp diff --git a/src/simix/libsmx.cpp b/src/simix/libsmx.cpp index 626f177e1f..dfbd77575b 100644 --- a/src/simix/libsmx.cpp +++ b/src/simix/libsmx.cpp @@ -621,19 +621,6 @@ smx_mailbox_t simcall_mbox_create(const char *name) return simcall_BODY_mbox_create(name); } -/** - * \ingroup simix_mbox_management - * \brief Returns a rendez-vous point knowing its name - */ -smx_mailbox_t simcall_mbox_get_by_name(const char *name) -{ - /* FIXME: this is a horrible loss of performance, so we hack it out by - * skipping the simcall (for now). It works in parallel, it won't work on - * distributed but probably we will change MSG for that. */ - - return SIMIX_mbox_get_by_name(name); -} - /** * \ingroup simix_mbox_management * \brief returns the communication at the head of the rendez-vous