moxie/moxiesim: Remove unused method MOXIEBD_Install_IRQ

This commit is contained in:
Joel Sherrill
2014-10-16 10:56:36 -05:00
parent ef2e5dbfb3
commit 863559abbb
2 changed files with 1 additions and 22 deletions

View File

@@ -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

View File

@@ -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 */
}