arch: arm: Remove priv_stack_size field form _thread_arch
This commit removes the priv_stack_size field from the _thread_arch on arm architecture as there is no code using value stored in this variable. Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
This commit is contained in:
parent
717cfd4b09
commit
f4e07f494a
2 changed files with 0 additions and 4 deletions
|
@ -98,7 +98,6 @@ struct _thread_arch {
|
|||
#ifdef CONFIG_USERSPACE
|
||||
u32_t mode;
|
||||
u32_t priv_stack_start;
|
||||
u32_t priv_stack_size;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue