diff options
Diffstat (limited to 'scripts/kconfig/gconf.c')
-rw-r--r-- | scripts/kconfig/gconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index 262908cfc2ac..df910cbab2c0 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c | |||
@@ -119,8 +119,6 @@ const char *dbg_print_flags(int val) | |||
119 | strcat(buf, "choice/"); | 119 | strcat(buf, "choice/"); |
120 | if (val & SYMBOL_CHOICEVAL) | 120 | if (val & SYMBOL_CHOICEVAL) |
121 | strcat(buf, "choiceval/"); | 121 | strcat(buf, "choiceval/"); |
122 | if (val & SYMBOL_PRINTED) | ||
123 | strcat(buf, "printed/"); | ||
124 | if (val & SYMBOL_VALID) | 122 | if (val & SYMBOL_VALID) |
125 | strcat(buf, "valid/"); | 123 | strcat(buf, "valid/"); |
126 | if (val & SYMBOL_OPTIONAL) | 124 | if (val & SYMBOL_OPTIONAL) |