X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c84dc84beaec1cdcf7a49f1247cbc390414feaa0..831de10adaaf8910940aa280e2ac2dd075b5ffe5:/src/s4u/s4u_mailbox.cpp diff --git a/src/s4u/s4u_mailbox.cpp b/src/s4u/s4u_mailbox.cpp index bba9fd2a13..e49465c6fa 100644 --- a/src/s4u/s4u_mailbox.cpp +++ b/src/s4u/s4u_mailbox.cpp @@ -62,6 +62,3 @@ int sg_mbox_is_empty(sg_mbox_t mbox) { void sg_mbox_setReceiver(sg_mbox_t mbox, smx_process_t process) { mbox->setReceiver(&process->actor()); } -smx_process_t sg_mbox_receiver(sg_mbox_t mbox) { - return mbox->receiver()->getInferior(); -}