summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index 037db39c5bf0..85e0d1ab3c8a 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -19,9 +19,7 @@ extern "C" {
struct file {
struct file *next;
- struct file *parent;
const char *name;
- int lineno;
};
typedef enum tristate {
@@ -278,7 +276,6 @@ struct jump_key {
};
extern struct file *file_list;
-extern struct file *current_file;
extern struct symbol symbol_yes, symbol_no, symbol_mod;
extern struct symbol *modules_sym;