Remove unused cache_id field from core config

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2019-05-23 13:25:45 +02:00
parent 7ff4a349ec
commit 65a6fc0468

View File

@ -40,11 +40,6 @@ struct ocf_mngt_core_config {
*/ */
const char *name; const char *name;
/**
* @brief OCF cache ID number
*/
ocf_cache_id_t cache_id;
/** /**
* @brief Add core to pool if cache isn't present or add core to * @brief Add core to pool if cache isn't present or add core to
* earlier loaded cache * earlier loaded cache