From 343fe990e42e458ab279dc7fa4ab010ac021825c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Jul 2012 15:45:46 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4443 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chmsg.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'os/kernel') diff --git a/os/kernel/include/chmsg.h b/os/kernel/include/chmsg.h index d1a9aa472..d1200e7a7 100644 --- a/os/kernel/include/chmsg.h +++ b/os/kernel/include/chmsg.h @@ -55,18 +55,6 @@ */ #define chMsgGet(tp) ((tp)->p_msg) -/** - * @brief Returns the message carried by the specified thread. - * @pre This function must be invoked immediately after exiting a call - * to @p chMsgWait(). - * - * @param[in] tp pointer to the thread - * @return The message carried by the sender. - * - * @sclass - */ -#define chMsgGetS(tp) ((tp)->p_msg) - /** * @brief Releases the thread waiting on top of the messages queue. * @pre Invoke this function only after a message has been received -- cgit v1.2.3