Remove references to obsolete symbol K_TimerNall

The symbol K_TimerNall is not used anywhere.

Change-Id: I4289bf16699bcbf8733dec2ca40d9aa7003d1b42
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-21 16:56:07 -04:00 committed by Anas Nashif
commit dc19400f4c
2 changed files with 0 additions and 5 deletions

View file

@ -77,7 +77,6 @@ extern void kernel_init(void);
extern void init_node(void); /* generated function */
extern void init_drivers(void); /* generated function */
extern const knode_t K_ThisNode;
extern int K_TimerNall;
extern int K_StackSize;
extern void *K_DataBlockPtr;

View file

@ -66,10 +66,6 @@ extern int K_QueCount;
extern int K_PoolCount;
extern int K_PipeCount;
#ifndef LITE
extern int K_TimerNall;
#endif
extern struct k_proc *K_Task;
extern uint32_t K_PrioBitMap[];