# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1440  -> 1.1441 
#	include/asm-ia64/sn/labelcl.h	1.5     -> 1.6    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/11/07	jbarnes@tomahawk.engr.sgi.com	1.1441
# remove unused enum
# --------------------------------------------
#
diff -Nru a/include/asm-ia64/sn/labelcl.h b/include/asm-ia64/sn/labelcl.h
--- a/include/asm-ia64/sn/labelcl.h	Fri Nov  7 17:52:02 2003
+++ b/include/asm-ia64/sn/labelcl.h	Fri Nov  7 17:52:02 2003
@@ -14,20 +14,6 @@
 #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.
  */
 typedef struct label_info_s {
