Removal of isr_node_id_get
We no longer have the concept of nodes, so this function doesn't accomplish much of anything. Change-Id: I273d0a6b746147c96046c13b8d46c17a7d0c2758 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
9e8c06563e
commit
1d31cdce1a
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ extern void KS_TaskSetSwitchCallBack(taskswitchcallbackfunc func);
|
|||
#define isr_task_id_get() task_id_get()
|
||||
#define isr_task_priority_get() task_priority_get()
|
||||
#define isr_task_group_mask_get() task_group_mask_get()
|
||||
#define isr_node_id_get() task_node_id_get()
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue