Commit 5e955061 authored by Federico Vaga's avatar Federico Vaga

lib: remove un-used error code

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 110fe0e1
...@@ -26,7 +26,6 @@ static char wrnc_dev_list[WRNC_MAX_CARRIER + 1][WRNC_NAME_LEN]; ...@@ -26,7 +26,6 @@ static char wrnc_dev_list[WRNC_MAX_CARRIER + 1][WRNC_NAME_LEN];
static char *wrnc_error_str[] = { static char *wrnc_error_str[] = {
"Cannot parse data from sysfs attribute", "Cannot parse data from sysfs attribute",
"Invalid slot", "Invalid slot",
"",
"Operation not yet implemented", "Operation not yet implemented",
NULL, NULL,
}; };
......
...@@ -32,7 +32,6 @@ struct wrnc_dev; ...@@ -32,7 +32,6 @@ struct wrnc_dev;
enum wrnc_error_number { enum wrnc_error_number {
EWRNC_INVAL_PARSE = 83630, /**< cannot parse data from sysfs */ EWRNC_INVAL_PARSE = 83630, /**< cannot parse data from sysfs */
EWRNC_INVAL_SLOT, /**< invalid slot */ EWRNC_INVAL_SLOT, /**< invalid slot */
EWRNC_SYNC_TO, /**< */
EWRNC_NO_IMPLEMENTATION, /**< a prototype is not implemented */ EWRNC_NO_IMPLEMENTATION, /**< a prototype is not implemented */
__EWRNC_MAX, __EWRNC_MAX,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment