Eliminate defunct mon_struct structure
This structure is no longer referenced anywhere. Change-Id: I41eb69dbab9a6e73b947a0a46fced9d8f7166922 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
ff5062675a
commit
7e3679b4f6
1 changed files with 0 additions and 6 deletions
|
@ -464,12 +464,6 @@ struct sem_struct {
|
|||
int Count;
|
||||
};
|
||||
|
||||
struct mon_struct {
|
||||
int timer;
|
||||
int action;
|
||||
ktask_t task;
|
||||
};
|
||||
|
||||
struct block_stat {
|
||||
char *mem_blocks;
|
||||
uint32_t mem_status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue