[PATCH 1/4] remove unused KW_STATEMENT

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



KW_STATEMENT has never been used.

Remove it.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx>
---
 symbol.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/symbol.h b/symbol.h
index ac43b314f..a27392fa4 100644
--- a/symbol.h
+++ b/symbol.h
@@ -80,7 +80,7 @@ enum keyword {
 	KW_MODIFIER	= 1 << 1,
 	KW_QUALIFIER	= 1 << 2,
 	KW_ATTRIBUTE	= 1 << 3,
-	KW_STATEMENT	= 1 << 4,
+     /* UNUSED		= 1 << 4, */
 	KW_ASM		= 1 << 5,
 	KW_MODE		= 1 << 6,
 	KW_SHORT	= 1 << 7,
-- 
2.23.0




[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux