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:
Allan Stephens 2015-05-13 14:56:21 -04:00 committed by Anas Nashif
commit 7e3679b4f6

View file

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