Remove references to obsolete K_PrioCount

The symbol K_PrioCount is not used.

Change-Id: I21e4b929dd0bed097ff4453c4a1a02faab7d0019
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:54:55 -04:00 committed by Anas Nashif
commit 079207e5d4
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_PrioCount;
extern int K_TaskCount;
extern int K_MapCount;
extern int K_PoolCount;

View file

@ -43,7 +43,6 @@ extern struct k_proc K_TaskList[];
extern struct k_tqhd K_PrioList[];
extern int K_TaskCount;
extern int K_PrioCount;
#ifndef LITE
extern struct map_struct K_MapList[];