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:
Dan Kalowsky 2015-04-30 14:42:33 -07:00 committed by Anas Nashif
commit 1d31cdce1a

View file

@ -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
}