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:
parent
5e9c13afe6
commit
a2caf36103
8 changed files with 0 additions and 147 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue