unified: Remove unused K_STACK_SIZE() macro
Change-Id: I3ded26e249fec3e9024984f4a788bf312c3c2d88 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
5680681ed9
commit
ddbe77a1dd
1 changed files with 0 additions and 3 deletions
|
@ -571,9 +571,6 @@ extern int k_stack_pop(struct k_stack *stack, uint32_t *data, int32_t timeout);
|
|||
K_STACK_INITIALIZER(name, stack_num_entries, \
|
||||
_k_stack_buf_##name); \
|
||||
|
||||
#define K_STACK_SIZE(stack_num_entries) \
|
||||
(sizeof(struct k_stack) + (stack_num_entries * sizeof(uint32_t)))
|
||||
|
||||
/**
|
||||
* workqueues
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue