[rtems commit] score: Delete unused STATES_ALL_SET
Sebastian Huber
sebh at rtems.org
Mon Mar 24 07:25:02 UTC 2014
Module: rtems
Branch: master
Commit: b3b960002a651f48d3f41b1a6128594063b845f2
Changeset: http://git.rtems.org/rtems/commit/?id=b3b960002a651f48d3f41b1a6128594063b845f2
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Mar 20 08:16:20 2014 +0100
score: Delete unused STATES_ALL_SET
---
cpukit/score/include/rtems/score/statesimpl.h | 2 --
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 a5ad06a..913922b 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. */
More information about the vc
mailing list