Skip to content

Commit b8643cb

Browse files
stephanosiofabiobaltieri
authored andcommitted
twister: size_calc: Remove stale k_mem_pool_area reference
This commit removes the stale reference to `k_mem_pool_area` for the memory pool API, which was removed in the v2.5.0 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent c5a4bb9 commit b8643cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/pylib/twister/twisterlib/size_calc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class SizeCalculator:
2727
"_static_thread_data_area",
2828
"k_timer_area",
2929
"k_mem_slab_area",
30-
"k_mem_pool_area",
3130
"sw_isr_table",
3231
"k_sem_area",
3332
"k_mutex_area",

0 commit comments

Comments
 (0)