Remove references to obsolete K_NodeCount

The system node count K_NodeCount is both not used and irrelevant to a
single-node system.

Change-Id: If5b2b05d25c0ec2678962ae7ddc2b2dd292ac655
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:50:38 -04:00 committed by Anas Nashif
parent 95e214c77f
commit 83f110e3bd
2 changed files with 0 additions and 2 deletions

View file

@ -79,7 +79,6 @@ extern void init_drivers(void); /* generated function */
extern const knode_t K_ThisNode;
extern int K_StackSize;
extern int K_NodeCount;
extern int K_PrioCount;
extern int K_TaskCount;
extern int K_MapCount;

View file

@ -42,7 +42,6 @@ extern const knode_t K_ThisNode;
extern struct k_proc K_TaskList[];
extern struct k_tqhd K_PrioList[];
extern int K_NodeCount;
extern int K_TaskCount;
extern int K_PrioCount;