From c53eb2c3e71228f19f07053ad74225a9cc2ef400 Mon Sep 17 00:00:00 2001 From: Mark Johannes Date: Tue, 13 Aug 1996 20:46:10 +0000 Subject: removed count from Thread_queue_Control --- c/src/exec/score/headers/tqdata.h | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/exec/score/headers') diff --git a/c/src/exec/score/headers/tqdata.h b/c/src/exec/score/headers/tqdata.h index c9c9585f7f..e00c736426 100644 --- a/c/src/exec/score/headers/tqdata.h +++ b/c/src/exec/score/headers/tqdata.h @@ -76,7 +76,6 @@ typedef struct { Thread_queue_Disciplines discipline; /* queue discipline */ States_Control state; /* state of threads on Thread_q */ unsigned32 timeout_status; - unsigned32 count; } Thread_queue_Control; #ifndef __RTEMS_APPLICATION__ -- cgit v1.2.3