scripts: gen_priv_stacks: remove unused variable
Variable priv_stack_decl_size is not used by the script, so we can remove it. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
36627605ec
commit
a4afe8c0fa
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ header = """%compare-lengths
|
|||
priv_stack_decl_temp = ("static u8_t __used"
|
||||
" __aligned(CONFIG_PRIVILEGED_STACK_SIZE)"
|
||||
" priv_stack_%x[CONFIG_PRIVILEGED_STACK_SIZE];\n")
|
||||
priv_stack_decl_size = "CONFIG_PRIVILEGED_STACK_SIZE"
|
||||
|
||||
|
||||
includes = """#include <kernel.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue