kernel: Remove deprecated k_mem_pool_defrag code

Remove references to k_mem_pool_defrag and any related bits associated
with mem_pool defrag that don't make sense anymore.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-11-28 11:41:18 -06:00 committed by Anas Nashif
commit a2caf36103
8 changed files with 0 additions and 147 deletions

View file

@ -3662,17 +3662,6 @@ extern int k_mem_pool_alloc(struct k_mem_pool *pool, struct k_mem_block *block,
*/
extern void k_mem_pool_free(struct k_mem_block *block);
/**
* @brief Defragment a memory pool.
*
* This is a no-op API preserved for backward compatibility only.
*
* @param pool Unused
*
* @return N/A
*/
static inline void __deprecated k_mem_pool_defrag(struct k_mem_pool *pool) {}
/**
* @} end addtogroup mem_pool_apis
*/