removed count from Thread_queue_Control

This commit is contained in:
Mark Johannes
1996-08-13 20:46:10 +00:00
parent a66fcc57aa
commit c53eb2c3e7
3 changed files with 0 additions and 3 deletions

View File

@@ -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__

View File

@@ -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__