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:
Peter Mitsis 2015-04-22 09:48:49 -04:00 committed by Anas Nashif
commit 95e214c77f
2 changed files with 0 additions and 2 deletions

View file

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

View file

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