summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/statesimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/statesimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/statesimpl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/statesimpl.h b/cpukit/score/include/rtems/score/statesimpl.h
index a5ad06a4dd..913922b30c 100644
--- a/cpukit/score/include/rtems/score/statesimpl.h
+++ b/cpukit/score/include/rtems/score/statesimpl.h
@@ -36,8 +36,6 @@ extern "C" {
* be used to compose and manipulate a thread's state.
*/
-/** This macro corresponds to all states being set. */
-#define STATES_ALL_SET 0xfffff
/** This macro corresponds to a task being ready. */
#define STATES_READY 0x00000
/** This macro corresponds to a task being created but not yet started. */