score: Delete unused STATES_ALL_SET

This commit is contained in:
Sebastian Huber
2014-03-24 08:31:01 +01:00
parent 3b5e7dcf14
commit b3b960002a
@@ -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. */