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

@@ -42,9 +42,6 @@ typedef enum {
/** Start cache failure */
OCF_ERR_START_CACHE_FAIL,
/** Cache is busy */
OCF_ERR_CACHE_IN_USE,
/** Cache ID does not exist */
OCF_ERR_CACHE_NOT_EXIST,