Skip to content

Commit 69f3b86

Browse files
stephanosiofabiobaltieri
authored andcommitted
tests: benchmarks: app_kernel: Remove k_mem_pool declaration
This commit removes the stale `k_mem_pool` declaration for the memory pool API, which was removed in the v2.5.0 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent ed13880 commit 69f3b86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/benchmarks/app_kernel/src/master.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ extern struct k_pipe PIPE_BIGBUFF;
147147

148148
extern struct k_mem_slab MAP1;
149149

150-
extern struct k_mem_pool DEMOPOOL;
151-
152150

153151

154152
/* PRINT_STRING

0 commit comments

Comments
 (0)