diff options
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r-- | scripts/kconfig/expr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index b7889971e42d..1ee8b1642d3b 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h | |||
@@ -25,7 +25,6 @@ struct file { | |||
25 | 25 | ||
26 | #define FILE_BUSY 0x0001 | 26 | #define FILE_BUSY 0x0001 |
27 | #define FILE_SCANNED 0x0002 | 27 | #define FILE_SCANNED 0x0002 |
28 | #define FILE_PRINTED 0x0004 | ||
29 | 28 | ||
30 | typedef enum tristate { | 29 | typedef enum tristate { |
31 | no, mod, yes | 30 | no, mod, yes |
@@ -86,7 +85,6 @@ struct symbol { | |||
86 | #define SYMBOL_CHECK 0x0008 | 85 | #define SYMBOL_CHECK 0x0008 |
87 | #define SYMBOL_CHOICE 0x0010 | 86 | #define SYMBOL_CHOICE 0x0010 |
88 | #define SYMBOL_CHOICEVAL 0x0020 | 87 | #define SYMBOL_CHOICEVAL 0x0020 |
89 | #define SYMBOL_PRINTED 0x0040 | ||
90 | #define SYMBOL_VALID 0x0080 | 88 | #define SYMBOL_VALID 0x0080 |
91 | #define SYMBOL_OPTIONAL 0x0100 | 89 | #define SYMBOL_OPTIONAL 0x0100 |
92 | #define SYMBOL_WRITE 0x0200 | 90 | #define SYMBOL_WRITE 0x0200 |