mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:51:15 +08:00
score: Delete unused STATES_ALL_SET
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user