commit | a77e7566a8bb0135b52737e62fd1d6503b7b057a | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Tue Aug 24 21:36:29 2021 +0900 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Sep 01 19:51:08 2021 -0400 |
tree | fccd8a67be0259e9de6166eb38acb4b7b3fc827a | |
parent | 60fdec616b833727d3da6f0efb1fd8dfccfba42d [diff] |
kernel: Remove unused timeout_q from z_kernel This commit removes the `timeout_q` from the `struct z_kernel` since it is no longer used. Note that the new kernel timeout implementation introduced in the commit 987c0e5fc1fa665ce629796c97529f219380e0a7 uses `timeout_list` global variable in place of it. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>