summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/cre_por.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/cre_por.c')
-rw-r--r--cpukit/itron/src/cre_por.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/cpukit/itron/src/cre_por.c b/cpukit/itron/src/cre_por.c
deleted file mode 100644
index af6e312de4..0000000000
--- a/cpukit/itron/src/cre_por.c
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * COPYRIGHT (c) 1989-2007.
- * 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/port.h>
-
-/*
- * cre_por - Create Port for Rendezvous
- */
-
-ER cre_por(
- ID porid __attribute__((unused)),
- T_CPOR *pk_cpor __attribute__((unused))
-)
-{
- return E_OK;
-}
-