From dca93964e3e8b7da62bd81dc4d5869604d8aadf6 Mon Sep 17 00:00:00 2001 From: Adam Rutkowski Date: Fri, 18 Jun 2021 09:29:54 +0200 Subject: [PATCH] remove stale declaration of space_management_free() Signed-off-by: Adam Rutkowski --- src/ocf_space.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ocf_space.h b/src/ocf_space.h index 8bb3cc7..51b7fa6 100644 --- a/src/ocf_space.h +++ b/src/ocf_space.h @@ -29,8 +29,6 @@ struct ocf_request; */ int ocf_space_managment_remap_do(struct ocf_request *req); -int space_management_free(ocf_cache_t cache, uint32_t count); - typedef void (*ocf_metadata_actor_t)(struct ocf_cache *cache, ocf_cache_line_t cache_line);