Commit 9c5a4934 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] sn: remove unused enum

From: Pat Gefre <pfg@sgi.com>

remove unused enum
parent 43522ab7
......@@ -13,20 +13,6 @@
#define INFO_DESC_PRIVATE (-1) /* default */
#define INFO_DESC_EXPORT 0 /* export info itself */
/*
* Internal Error codes.
*/
typedef enum labelcl_error_e { LABELCL_SUCCESS, /* 0 */
LABELCL_DUP, /* 1 */
LABELCL_NOT_FOUND, /* 2 */
LABELCL_BAD_PARAM, /* 3 */
LABELCL_HIT_LIMIT, /* 4 */
LABELCL_CANNOT_ALLOC, /* 5 */
LABELCL_ILLEGAL_REQUEST, /* 6 */
LABELCL_IN_USE /* 7 */
} labelcl_error_t;
/*
* Description of a label entry.
*/
......
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