Skip to content

Commit f471a53

Browse files
committed
dp: application: remove left-over code
The ppart partition pointer array isn't used any more, remove it. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 65a928b commit f471a53

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/schedule/zephyr_dp_schedule_application.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -510,10 +510,6 @@ int scheduler_dp_task_init(struct task **task, const struct sof_uuid_entry *uid,
510510
unsigned int pidx;
511511
size_t size;
512512
uintptr_t start;
513-
struct k_mem_partition *ppart[SOF_DP_PART_TYPE_COUNT];
514-
515-
for (pidx = 0; pidx < ARRAY_SIZE(ppart); pidx++)
516-
ppart[pidx] = pdata->mpart + pidx;
517513

518514
/* Module heap partition */
519515
mod_heap_info(mod, &size, &start);

0 commit comments

Comments
 (0)