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/sapi/include/confdefs.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 7e7c3106bb..a30c008f87 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -966,12 +966,6 @@ const rtems_libio_helper rtems_fs_init_helper = _Scheduler_Assignments ); #endif - - #if defined(CONFIGURE_SCHEDULER_EDF) - const bool _Scheduler_FIXME_thread_priority_queues_are_broken = true; - #else - const bool _Scheduler_FIXME_thread_priority_queues_are_broken = false; - #endif #endif /* -- cgit v1.2.3