Remove redundant cache being stopped check

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk
2021-03-12 09:18:06 +01:00
parent 66f30dcf12
commit 12db6b4443
3 changed files with 0 additions and 23 deletions

View File

@@ -598,9 +598,6 @@ enum kcas_error {
/** Waiting for async operation was interrupted */
KCAS_ERR_WAITING_INTERRUPTED,
/** Cache already being stopped*/
KCAS_ERR_CACHE_STOPPING,
/** Core device is in active state */
KCAS_ERR_CORE_IN_ACTIVE_STATE
};