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 *