net: kill unused macros
These macros never be used, so remove them. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
ba27d85c96
commit
4c306a9291
@@ -107,7 +107,6 @@ enum {
|
||||
NLBL_CIPSOV4_C_LISTALL,
|
||||
__NLBL_CIPSOV4_C_MAX,
|
||||
};
|
||||
#define NLBL_CIPSOV4_C_MAX (__NLBL_CIPSOV4_C_MAX - 1)
|
||||
|
||||
/* NetLabel CIPSOv4 attributes */
|
||||
enum {
|
||||
|
@@ -173,7 +173,6 @@ enum {
|
||||
NLBL_MGMT_C_VERSION,
|
||||
__NLBL_MGMT_C_MAX,
|
||||
};
|
||||
#define NLBL_MGMT_C_MAX (__NLBL_MGMT_C_MAX - 1)
|
||||
|
||||
/* NetLabel Management attributes */
|
||||
enum {
|
||||
|
@@ -180,7 +180,6 @@ enum {
|
||||
NLBL_UNLABEL_C_STATICLISTDEF,
|
||||
__NLBL_UNLABEL_C_MAX,
|
||||
};
|
||||
#define NLBL_UNLABEL_C_MAX (__NLBL_UNLABEL_C_MAX - 1)
|
||||
|
||||
/* NetLabel Unlabeled attributes */
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user