From b2b0a56fbd938190adb570403ad6fc98ccba9009 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Thu, 21 Mar 2019 09:17:44 +0100 Subject: [PATCH] Remove undefined declaration: ocf_cleaner_set_io_queue Function ocf_cleaner_set_io_queue is not used and not defined But is declared This patch removes declaration Signed-off-by: Vitaliy Mysak --- inc/ocf_cleaner.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/inc/ocf_cleaner.h b/inc/ocf_cleaner.h index 6d849fa..43d6a30 100644 --- a/inc/ocf_cleaner.h +++ b/inc/ocf_cleaner.h @@ -30,14 +30,6 @@ typedef void (*ocf_cleaner_end_t)(ocf_cleaner_t cleaner, uint32_t interval); */ void ocf_cleaner_set_cmpl(ocf_cleaner_t cleaner, ocf_cleaner_end_t fn); -/** - * @brief Set cleaner queue - * - * @param[in] cleaner Cleaner instance - * @param[in] io_queue Queue handle - */ -void ocf_cleaner_set_io_queue(ocf_cleaner_t cleaner, ocf_queue_t io_queue); - /** * @brief Run cleaner *