From 9c238e1bd4bb8d3874bec65757db31d63db20d40 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 21 Oct 2016 14:33:01 +0200 Subject: score: Simplify update priority scheduler op Remove unused return status. --- cpukit/score/include/rtems/score/schedulerstrongapa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/schedulerstrongapa.h') diff --git a/cpukit/score/include/rtems/score/schedulerstrongapa.h b/cpukit/score/include/rtems/score/schedulerstrongapa.h index b8a5f2f22e..1b8418b05e 100644 --- a/cpukit/score/include/rtems/score/schedulerstrongapa.h +++ b/cpukit/score/include/rtems/score/schedulerstrongapa.h @@ -120,7 +120,7 @@ Thread_Control *_Scheduler_strong_APA_Unblock( Scheduler_Node *node ); -Thread_Control *_Scheduler_strong_APA_Update_priority( +void _Scheduler_strong_APA_Update_priority( const Scheduler_Control *scheduler, Thread_Control *the_thread, Scheduler_Node *node -- cgit v1.2.3