Merge pull request #669 from robertbaldyga/remove-unused-error-code
Remove unused error code
This commit is contained in:
commit
4690cd60fe
@ -134,9 +134,6 @@ typedef enum {
|
|||||||
/** Core with the uuid already exists */
|
/** Core with the uuid already exists */
|
||||||
OCF_ERR_CORE_UUID_EXISTS,
|
OCF_ERR_CORE_UUID_EXISTS,
|
||||||
|
|
||||||
/** Cache initialized with wrong metadata layout */
|
|
||||||
OCF_ERR_METADATA_LAYOUT_MISMATCH,
|
|
||||||
|
|
||||||
/** Cache initialized with wrong cache line size */
|
/** Cache initialized with wrong cache line size */
|
||||||
OCF_ERR_CACHE_LINE_SIZE_MISMATCH,
|
OCF_ERR_CACHE_LINE_SIZE_MISMATCH,
|
||||||
|
|
||||||
|
@ -52,7 +52,6 @@ class OcfErrorCode(IntEnum):
|
|||||||
OCF_ERR_CACHE_NAME_MISMATCH = auto()
|
OCF_ERR_CACHE_NAME_MISMATCH = auto()
|
||||||
OCF_ERR_INVAL_CACHE_DEV = auto()
|
OCF_ERR_INVAL_CACHE_DEV = auto()
|
||||||
OCF_ERR_CORE_UUID_EXISTS = auto()
|
OCF_ERR_CORE_UUID_EXISTS = auto()
|
||||||
OCF_ERR_METADATA_LAYOUT_MISMATCH = auto()
|
|
||||||
OCF_ERR_CACHE_LINE_SIZE_MISMATCH = auto()
|
OCF_ERR_CACHE_LINE_SIZE_MISMATCH = auto()
|
||||||
OCF_ERR_CACHE_STANDBY = auto()
|
OCF_ERR_CACHE_STANDBY = auto()
|
||||||
OCF_ERR_CORE_SIZE_MISMATCH = auto()
|
OCF_ERR_CORE_SIZE_MISMATCH = auto()
|
||||||
|
Loading…
Reference in New Issue
Block a user