kernel: thread.c: remove unused THREAD_COOKIE macro.
This macro was not reference anywhere. Signed-off-by: Chris Reed <chris.reed@arm.com>
This commit is contained in:
parent
822f2c3cb4
commit
f8f3c00d07
|
@ -499,8 +499,6 @@ static char *setup_thread_stack(struct k_thread *new_thread,
|
|||
return stack_ptr;
|
||||
}
|
||||
|
||||
#define THREAD_COOKIE 0x1337C0D3
|
||||
|
||||
/*
|
||||
* The provided stack_size value is presumed to be either the result of
|
||||
* K_THREAD_STACK_SIZEOF(stack), or the size value passed to the instance
|
||||
|
|
Loading…
Reference in a new issue