diff --git a/frame/base/bli_pool.c b/frame/base/bli_pool.c index d994fe978..7e561983c 100644 --- a/frame/base/bli_pool.c +++ b/frame/base/bli_pool.c @@ -122,6 +122,7 @@ void bli_pool_finalize // Query the total number of blocks currently allocated. const siz_t num_blocks = bli_pool_num_blocks( pool ); +#if 0 // Removing dead code // Query the top_index of the pool. const siz_t top_index = bli_pool_top_index( pool ); @@ -142,6 +143,8 @@ void bli_pool_finalize //bli_abort(); } +#endif + // Query the free() function pointer for the pool. free_ft free_fp = bli_pool_free_fp( pool );