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:
Peter Mitsis 2015-04-20 15:38:16 -04:00 committed by Anas Nashif
commit 6a238004c0

View file

@ -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 */