summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/assocthreadstatestostring.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/assocthreadstatestostring.c')
-rw-r--r--cpukit/libcsupport/src/assocthreadstatestostring.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/assocthreadstatestostring.c b/cpukit/libcsupport/src/assocthreadstatestostring.c
index 3454e34e51..055a1f2f17 100644
--- a/cpukit/libcsupport/src/assocthreadstatestostring.c
+++ b/cpukit/libcsupport/src/assocthreadstatestostring.c
@@ -14,7 +14,6 @@
#include <rtems/score/statesimpl.h>
static const rtems_assoc_32_pair state_pairs[] = {
- { STATES_THREAD_QUEUE_WITH_IDENTIFIER, "ID" },
{ STATES_WAITING_FOR_MUTEX, "MTX" },
{ STATES_WAITING_FOR_SEMAPHORE, "SEM" },
{ STATES_WAITING_FOR_EVENT, "EV" },