summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimplesmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulersimplesmp.c')
-rw-r--r--cpukit/score/src/schedulersimplesmp.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/score/src/schedulersimplesmp.c b/cpukit/score/src/schedulersimplesmp.c
index 88f301a62c..a743cf9fff 100644
--- a/cpukit/score/src/schedulersimplesmp.c
+++ b/cpukit/score/src/schedulersimplesmp.c
@@ -261,14 +261,3 @@ void _Scheduler_simple_SMP_Yield(
_ISR_Enable( level );
}
-
-void _Scheduler_simple_SMP_Start_idle(
- const Scheduler_Control *scheduler,
- Thread_Control *thread,
- Per_CPU_Control *cpu
-)
-{
- Scheduler_Context *context = _Scheduler_Get_context( scheduler );
-
- _Scheduler_SMP_Start_idle( context, thread, cpu );
-}