aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@anciens.enib.fr>2011-02-24 19:36:43 +0100
committerMichal Marek <mmarek@suse.cz>2011-04-15 15:12:57 +0200
commit2b2112f617e8ca600ec24271c93bbd49aa2acce4 (patch)
tree892a8451eb984e18f532e4f3fccaeab63e298a7a /scripts/kconfig/expr.h
parentkconfig: allow multiple inclusion of the same file (diff)
downloadlinux-dev-2b2112f617e8ca600ec24271c93bbd49aa2acce4.tar.xz
linux-dev-2b2112f617e8ca600ec24271c93bbd49aa2acce4.zip
kconfig: get rid of unused flags
Now that we detect recusrion of sourced files, get rid of now unused flags. Regenerate lex.zconf.c_shipped file. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index 3d238db49764..16bfae2d3217 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -20,12 +20,8 @@ struct file {
struct file *parent;
const char *name;
int lineno;
- int flags;
};
-#define FILE_BUSY 0x0001
-#define FILE_SCANNED 0x0002
-
typedef enum tristate {
no, mod, yes
} tristate;