kernel: Remove unused definition
_thread definition is not used, just removing it. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
f23a8cdd2d
commit
ec462f872c
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ extern struct _kernel _kernel;
|
||||||
|
|
||||||
#define _ready_q _kernel.ready_q
|
#define _ready_q _kernel.ready_q
|
||||||
#define _timeout_q _kernel.timeout_q
|
#define _timeout_q _kernel.timeout_q
|
||||||
#define _threads _kernel.threads
|
|
||||||
|
|
||||||
#include <kernel_arch_func.h>
|
#include <kernel_arch_func.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue