summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c')
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c b/c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c
deleted file mode 100644
index 25c79ce9c7..0000000000
--- a/c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c
+++ /dev/null
@@ -1,29 +0,0 @@
-/* addrconv.v
- *
- * No address range conversion is required.
- *
- * Input parameters:
- * addr - address to convert
- *
- * Output parameters:
- * returns - converted address
- *
- * 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$
- */
-
-#include <bsp.h>
-#include <shm_driver.h>
-
-void *Shm_Convert_address(
- void *addr
-)
-{
- return ( addr );
-}