diff --git a/kernel/thread.c b/kernel/thread.c index 0ea5198d6e..0e5001cc04 100644 --- a/kernel/thread.c +++ b/kernel/thread.c @@ -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