From ec17ad4c24a9b3f9c175240d66f8e39acf58e6d1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 23 Nov 2016 07:16:41 +0100 Subject: score: Delete obsolete scheduler debug aid --- cpukit/score/include/rtems/score/schedulersmpimpl.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/score/include/rtems/score/schedulersmpimpl.h') diff --git a/cpukit/score/include/rtems/score/schedulersmpimpl.h b/cpukit/score/include/rtems/score/schedulersmpimpl.h index 95a9eaed06..92a22d2ff8 100644 --- a/cpukit/score/include/rtems/score/schedulersmpimpl.h +++ b/cpukit/score/include/rtems/score/schedulersmpimpl.h @@ -425,8 +425,6 @@ static inline void _Scheduler_SMP_Node_update_priority( node->priority = new_priority; } -extern const bool _Scheduler_SMP_Node_valid_state_changes[ 3 ][ 3 ]; - static inline void _Scheduler_SMP_Node_change_state( Scheduler_Node *node, Scheduler_SMP_Node_state new_state @@ -435,10 +433,6 @@ static inline void _Scheduler_SMP_Node_change_state( Scheduler_SMP_Node *the_node; the_node = _Scheduler_SMP_Node_downcast( node ); - _Assert( - _Scheduler_SMP_Node_valid_state_changes[ the_node->state ][ new_state ] - ); - the_node->state = new_state; } -- cgit v1.2.3