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:
parent
3521ab84d9
commit
a53aa6ee7e
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue