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:
Chris Reed 2021-10-22 11:55:25 -05:00 committed by Anas Nashif
parent 822f2c3cb4
commit f8f3c00d07

View file

@ -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