summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadq.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadq.c')
-rw-r--r--cpukit/score/src/threadq.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c
index 4885326e52..baed6325da 100644
--- a/cpukit/score/src/threadq.c
+++ b/cpukit/score/src/threadq.c
@@ -22,8 +22,6 @@
#include <rtems/score/rbtreeimpl.h>
#include <rtems/score/threadimpl.h>
-#if HAVE_STRUCT__THREAD_QUEUE_QUEUE
-
RTEMS_STATIC_ASSERT(
#if defined(RTEMS_SMP)
offsetof( Thread_queue_Syslock_queue, Queue.Lock.next_ticket )
@@ -68,8 +66,6 @@ RTEMS_STATIC_ASSERT(
THREAD_QUEUE_SYSLOCK_QUEUE_SIZE
);
-#endif /* HAVE_STRUCT__THREAD_QUEUE_QUEUE */
-
#if defined(RTEMS_SMP)
void _Thread_queue_Do_acquire_critical(
Thread_queue_Control *the_thread_queue,