remove stale declaration of space_management_free()

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski 2021-06-18 09:29:54 +02:00
parent 07cbba32f6
commit dca93964e3

View File

@ -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);