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:
Piotr Zięcik 2018-12-11 14:19:41 +01:00 committed by Andrew Boie
commit f4e07f494a
2 changed files with 0 additions and 4 deletions

View file

@ -98,7 +98,6 @@ struct _thread_arch {
#ifdef CONFIG_USERSPACE
u32_t mode;
u32_t priv_stack_start;
u32_t priv_stack_size;
#endif
};