Remove unused OCF_ERR_CACHE_IN_USE error code

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2019-05-22 11:09:02 +02:00
parent 8a82be339f
commit 46ae8b2ff1
4 changed files with 1 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ class OcfErrorCode(IntEnum):
OCF_ERR_TOO_MANY_CACHES = auto()
OCF_ERR_NO_FREE_RAM = auto()
OCF_ERR_START_CACHE_FAIL = auto()
OCF_ERR_CACHE_IN_USE = auto()
OCF_ERR_CACHE_NOT_EXIST = auto()
OCF_ERR_CACHE_EXIST = auto()
OCF_ERR_TOO_MANY_CORES = auto()