summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/rcv_mbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/rcv_mbf.c')
-rw-r--r--cpukit/itron/src/rcv_mbf.c34
1 files changed, 0 insertions, 34 deletions
diff --git a/cpukit/itron/src/rcv_mbf.c b/cpukit/itron/src/rcv_mbf.c
deleted file mode 100644
index 6427f36250..0000000000
--- a/cpukit/itron/src/rcv_mbf.c
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * ITRON Message Buffer Manager
- *
- * COPYRIGHT (c) 1989-1999.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <rtems/itron.h>
-
-#include <rtems/itron/msgbuffer.h>
-#include <rtems/itron/task.h>
-
-/*
- * rcv_mbf - Receive Message from MessageBuffer
- */
-
-ER rcv_mbf(
- VP msg,
- INT *p_msgsz,
- ID mbfid
-)
-{
- return trcv_mbf(msg, p_msgsz, mbfid, TMO_FEVR);
-}