summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/src/smp.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/cpukit/score/src/smp.c b/cpukit/score/src/smp.c
index 87078887ec..519b152d87 100644
--- a/cpukit/score/src/smp.c
+++ b/cpukit/score/src/smp.c
@@ -164,10 +164,4 @@ void _SMP_Broadcast_message( uint32_t message )
}
}
-static void _SMP_Test_message_default_handler( Per_CPU_Control *cpu_self )
-{
- (void) cpu_self;
-}
-
-SMP_Test_message_handler _SMP_Test_message_handler =
- _SMP_Test_message_default_handler;
+SMP_Test_message_handler _SMP_Test_message_handler;