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 --- cpukit/score/include/rtems/score/tqdata.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/score/tqdata.h b/cpukit/score/include/rtems/score/tqdata.h index c9c9585f7f..e00c736426 100644 --- a/cpukit/score/include/rtems/score/tqdata.h +++ b/cpukit/score/include/rtems/score/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