summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-22 11:35:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-22 11:38:57 +0200
commit49d436497ed278f1d02b45c6f336a21c0b7ab93a (patch)
tree9c5cedd971fd222ab8e01b3493c66bdfdabcbf16 /cpukit/score/include
parentsmptests/smpcache01: Enable interrupts before waiting for other CPUs (diff)
downloadrtems-49d436497ed278f1d02b45c6f336a21c0b7ab93a.tar.bz2
score: Delete bogus THREAD_QUEUE_WAIT_FOREVER
It makes no sense to use this indirection since the type for timeout values is Watchdog_Interval.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/threadqimpl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/score/include/rtems/score/threadqimpl.h b/cpukit/score/include/rtems/score/threadqimpl.h
index 4c8d22edae..2fa797467b 100644
--- a/cpukit/score/include/rtems/score/threadqimpl.h
+++ b/cpukit/score/include/rtems/score/threadqimpl.h
@@ -32,11 +32,6 @@ extern "C" {
/**@{*/
/**
- * Constant for indefinite wait.
- */
-#define THREAD_QUEUE_WAIT_FOREVER WATCHDOG_NO_TIMEOUT
-
-/**
* The following type defines the callout used when a remote task
* is extracted from a local thread queue.
*/