kconfig: remove SYMBOL_NO_WRITE flag
[linux-2.6-block.git] / scripts / kconfig / expr.h
index f646a98de0063a405beccab9b3fdf2ff697c822a..d965e427753eb7f7d94c40600603ddb21bef19e7 100644 (file)
@@ -135,7 +135,6 @@ struct symbol {
 #define SYMBOL_WRITE      0x0200  /* write symbol to file (KCONFIG_CONFIG) */
 #define SYMBOL_CHANGED    0x0400  /* ? */
 #define SYMBOL_WRITTEN    0x0800  /* track info to avoid double-write to .config */
-#define SYMBOL_NO_WRITE   0x1000  /* Symbol for internal use only; it will not be written */
 #define SYMBOL_CHECKED    0x2000  /* used during dependency checking */
 #define SYMBOL_WARNED     0x8000  /* warning has been issued */