kernel/timeout: Remove timeout wait_q field
Per previous patch, this is known to be identical with thread->pended_on. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
15d520819d
commit
d61b1f8ef8
3 changed files with 3 additions and 14 deletions
|
@ -216,7 +216,6 @@ typedef void (*_timeout_func_t)(struct _timeout *t);
|
|||
struct _timeout {
|
||||
sys_dnode_t node;
|
||||
struct k_thread *thread;
|
||||
sys_dlist_t *wait_q;
|
||||
s32_t delta_ticks_from_prev;
|
||||
_timeout_func_t func;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue