Remove references to obsolete K_MbxCount

The mailbox count K_MbxCount is not used.

Change-Id: I9f1f7907ca5b966c3ff3bedff7a3318523d3a89f
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:53:42 -04:00 committed by Anas Nashif
commit a53aa6ee7e
2 changed files with 0 additions and 2 deletions

View file

@ -82,7 +82,6 @@ extern int K_StackSize;
extern int K_PrioCount;
extern int K_TaskCount;
extern int K_MapCount;
extern int K_MbxCount;
extern int K_PoolCount;
extern int K_PipeCount;
extern const int K_max_eventnr;

View file

@ -58,7 +58,6 @@ extern struct pipe_struct K_PipeList[];
#ifndef LITE
extern int K_MapCount;
#endif
extern int K_MbxCount;
extern int K_PoolCount;
extern int K_PipeCount;