summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimple.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulersimple.c')
-rw-r--r--cpukit/score/src/schedulersimple.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/score/src/schedulersimple.c b/cpukit/score/src/schedulersimple.c
index bd6fe31b8b..712be91d76 100644
--- a/cpukit/score/src/schedulersimple.c
+++ b/cpukit/score/src/schedulersimple.c
@@ -23,12 +23,6 @@
#include <rtems/score/chainimpl.h>
#include <rtems/score/wkspace.h>
-void _Scheduler_simple_Update(
- Thread_Control *the_thread
-)
-{
-}
-
void _Scheduler_simple_Initialize ( void )
{
void *f;