Remove references to obsolete K_MutexCount
The mutex count K_MutexCount is not used. Change-Id: I7a51f2cbff1fc2b2bb628dfce22971d62d8d8821 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
df83113609
commit
95e214c77f
2 changed files with 0 additions and 2 deletions
|
@ -83,7 +83,6 @@ extern int K_NodeCount;
|
|||
extern int K_PrioCount;
|
||||
extern int K_TaskCount;
|
||||
extern int K_MapCount;
|
||||
extern int K_MutexCount;
|
||||
extern int K_MbxCount;
|
||||
extern int K_PoolCount;
|
||||
extern int K_PipeCount;
|
||||
|
|
|
@ -60,7 +60,6 @@ extern struct pipe_struct K_PipeList[];
|
|||
extern int K_MapCount;
|
||||
#endif
|
||||
extern int K_MbxCount;
|
||||
extern int K_MutexCount;
|
||||
extern int K_PoolCount;
|
||||
extern int K_PipeCount;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue