summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/epiphany/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/epiphany/cpu.c')
-rw-r--r--cpukit/score/cpu/epiphany/cpu.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/cpukit/score/cpu/epiphany/cpu.c b/cpukit/score/cpu/epiphany/cpu.c
index 489576cfc7..d025d92a6e 100644
--- a/cpukit/score/cpu/epiphany/cpu.c
+++ b/cpukit/score/cpu/epiphany/cpu.c
@@ -65,24 +65,6 @@ uint32_t _CPU_ISR_Get_level( void )
return 0;
}
-void _CPU_ISR_install_raw_handler(
- uint32_t vector,
- proc_ptr new_handler,
- proc_ptr *old_handler
-)
-{
- /* Do nothing */
-}
-
-void _CPU_ISR_install_vector(
- uint32_t vector,
- proc_ptr new_handler,
- proc_ptr *old_handler
-)
-{
- /* Do nothing */
-}
-
CPU_Counter_ticks _CPU_Counter_read( void )
{
static CPU_Counter_ticks counter;