From 26f4cddbd9146e8e0b849828f8ee76f5a78a118b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 24 Nov 2014 08:35:45 +0100 Subject: _Scheduler_FIXME_thread_priority_queues_are_broken Delete this variable since it is no longer necessary due to the thread priority queue implementation change to use RB trees. --- cpukit/score/src/threadq.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/score/src/threadq.c') diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c index aa08541e93..1f416ba473 100644 --- a/cpukit/score/src/threadq.c +++ b/cpukit/score/src/threadq.c @@ -51,10 +51,6 @@ void _Thread_queue_Initialize( uint32_t timeout_status ) { - if ( _Scheduler_FIXME_thread_priority_queues_are_broken ) { - the_discipline = THREAD_QUEUE_DISCIPLINE_FIFO; - } - the_thread_queue->state = state; the_thread_queue->discipline = the_discipline; the_thread_queue->timeout_status = timeout_status; -- cgit v1.2.3