[rtems commit] moxie/moxiesim: Remove unused method MOXIEBD_Install_IRQ

Joel Sherrill joel at rtems.org
Sun Oct 19 21:51:56 UTC 2014


Module:    rtems
Branch:    master
Commit:    863559abbb1797a3a76859ef108557f7f5d2fb33
Changeset: http://git.rtems.org/rtems/commit/?id=863559abbb1797a3a76859ef108557f7f5d2fb33

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Oct 16 10:56:36 2014 -0500

moxie/moxiesim: Remove unused method MOXIEBD_Install_IRQ

---

 c/src/lib/libbsp/moxie/moxiesim/Makefile.am        |    3 +--
 .../moxie/moxiesim/startup/moxiebdinstallirq.c     |   20 --------------------
 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 134ae78..b109664 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 233a9e9..0000000
--- 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 */
-}



More information about the vc mailing list