From b3b960002a651f48d3f41b1a6128594063b845f2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 20 Mar 2014 08:16:20 +0100 Subject: score: Delete unused STATES_ALL_SET --- cpukit/score/include/rtems/score/statesimpl.h | 2 -- 1 file changed, 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. */ -- cgit v1.2.3