Remove references to obsolete symbol K_TimerBlockPtr
The symbol K_TimerBlockPtr is not used. Change-Id: I8421f1a690bf5a05970264696d8e0f8c347867f4 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
2e5c205e1a
commit
d84b4166e2
2 changed files with 0 additions and 2 deletions
|
@ -79,7 +79,6 @@ extern void init_drivers(void); /* generated function */
|
|||
extern const knode_t K_ThisNode;
|
||||
extern int K_StackSize;
|
||||
|
||||
extern K_TIMER *K_TimerBlockPtr;
|
||||
extern void *_minik_stckp;
|
||||
|
||||
extern const uint32_t MTS_CommBufferSize;
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
extern void init_node(void); /* generated by SYSGEN */
|
||||
extern int K_StackSize; /* generated by SYSGEN */
|
||||
extern char _minik_stack[]; /* generated by SYSGEN */
|
||||
extern K_TIMER *K_TimerBlockPtr; /* generated by SYSGEN */
|
||||
|
||||
/*
|
||||
* Initialize the priority bit map globals to indicate that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue