summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/moxie
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 10:56:36 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-19 17:00:56 -0500
commit863559abbb1797a3a76859ef108557f7f5d2fb33 (patch)
tree2c0adb603d6b8bb7ff105f1e4ed844a64ec1f2c3 /c/src/lib/libbsp/moxie
parentpowerpc/tqm8xx/startup/bspstart.c: Fix set but not used warning (diff)
downloadrtems-863559abbb1797a3a76859ef108557f7f5d2fb33.tar.bz2
moxie/moxiesim: Remove unused method MOXIEBD_Install_IRQ
Diffstat (limited to 'c/src/lib/libbsp/moxie')
-rw-r--r--c/src/lib/libbsp/moxie/moxiesim/Makefile.am3
-rw-r--r--c/src/lib/libbsp/moxie/moxiesim/startup/moxiebdinstallirq.c20
2 files changed, 1 insertions, 22 deletions
diff --git a/c/src/lib/libbsp/moxie/moxiesim/Makefile.am b/c/src/lib/libbsp/moxie/moxiesim/Makefile.am
index 134ae7874d..b109664e92 100644
--- a/c/src/lib/libbsp/moxie/moxiesim/Makefile.am
+++ b/c/src/lib/libbsp/moxie/moxiesim/Makefile.am
@@ -33,8 +33,7 @@ libbsp_a_SOURCES =
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
../../shared/bspgetworkarea.c ../../shared/bsppost.c \
- ../../shared/bspstart.c startup/moxiebdinstallirq.c \
- ../../shared/bootcard.c ../../shared/sbrk.c \
+ ../../shared/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c startup/__main.c
# clock
libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
diff --git a/c/src/lib/libbsp/moxie/moxiesim/startup/moxiebdinstallirq.c b/c/src/lib/libbsp/moxie/moxiesim/startup/moxiebdinstallirq.c
deleted file mode 100644
index 233a9e987d..0000000000
--- a/c/src/lib/libbsp/moxie/moxiesim/startup/moxiebdinstallirq.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *
- * Copyright (c) 2011 Anthony Green
- *
- * COPYRIGHT (c) 1989-2008, 2010.
- * 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.org/license/LICENSE.
- */
-
-#include <rtems.h>
-
-void MOXIEBD_Install_IRQ(
- uint32_t vector,
- proc_ptr new_handler,
- proc_ptr *old_handler )
-{ /* empty */
-}