Remove _task_mem_pool_move reference from footprint project
The routine _task_mem_pool_move() is only relevant to a multi-node system. Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Change-Id: I1a97e2b87d29df7a1a63bcd6d8eea290382f3a7e
This commit is contained in:
parent
d1c4f08765
commit
6a238004c0
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ static pfunc func_array[] =
|
|||
(pfunc)_task_mbox_data_get_async_block,
|
||||
/* memory pool functions */
|
||||
(pfunc)_task_mem_pool_alloc,
|
||||
(pfunc)_task_mem_pool_move,
|
||||
(pfunc)task_mem_pool_free,
|
||||
(pfunc)task_mem_pool_defragment,
|
||||
/* task functions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue