From 9fad437fbe4b65c3108e9735c44f0587e83bb52b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Jan 2017 11:33:28 +0100 Subject: configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUE --- cpukit/score/src/futex.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/score/src/futex.c') diff --git a/cpukit/score/src/futex.c b/cpukit/score/src/futex.c index 1a19f32ca7..888eeda2f2 100644 --- a/cpukit/score/src/futex.c +++ b/cpukit/score/src/futex.c @@ -16,8 +16,6 @@ #include "config.h" #endif -#if HAVE_STRUCT__THREAD_QUEUE_QUEUE - #include #include @@ -168,5 +166,3 @@ int _Futex_Wake( struct _Futex_Control *_futex, int count ) &context.Base ); } - -#endif /* HAVE_STRUCT__THREAD_QUEUE_QUEUE */ -- cgit v1.2.3